Hacker News new | ask | show | jobs
by techsupporter 3432 days ago
If you're like me and were staring at Gitea's web site thinking, "dang, how do I run this as a daemon," Gogs (from which Gitea forked) has a nice page on doing this: https://gogs.io/docs/intro/faqs.html
2 comments

Um.. On the front page - "Simply run the binary [1] for your platform"

[1] https://docs.gitea.io/en-us/install-from-binary/

"as a daemon".

The link shows how to run the app, not how to run it as a daemon. That said, the answer is platform specific, although it would be useful to have some common examples.

>"it would be useful to have some common examples."

I found this page useful when setting up Gogs as a Windows service:

https://gogs.io/docs/installation/run_as_windows_service

You tell your service manager to run the binary?
Adding to the sibling comment, Gogs is not a Gitea fork. Gitea is a Gogs fork, because of the single-maintainer model of Gogs.

See this other thread: https://news.ycombinator.com/item?id=13452025

"Gogs (from which Gitea forked)" → "Gitea forked from Gogs"