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

Reply to this note

Please Login to reply.

Discussion

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?

Gotcha! Thanks