#[0]

What commands did you run to get your fork of rsslay successfully running locally?: https://github.com/piraces/rsslay

Reply to this note

Please Login to reply.

Discussion

I'd also like to know the answer to that question.

Maybe #[2] could let us know?

Its currently work in progress, so it may fail... Nevertheless, check this note and the response: #[5]

I'm currently working on it... So it's a WIP fork.

Nevertheless, try to run it with the following command: `go build -ldflags="-s -w -linkmode external -extldflags '-static'" -o ./rsslay`

Then in order to run it:

`./rsslay`

It will serve the page in localhost:7447

Also set the following environment variables:

`CGO_ENABLED=1;GOARCH=amd64;GOOS=linux;SECRET=YOUR_SECRET`

That gets it running, but i’ve noticed it’ll occasionally crash and need to be restarted when inputting an rss feed.

Ouch!! Will review it… do you have more details on the crash?