Commit graph

6 commits

Author SHA1 Message Date
a9db85d7c8 Restart every week, to help ensure SSL certificate renews
Oh right, I dealt with this a few months ago too: I got a notice from
Let's Encrypt that our code.openneo.net SSL certificate was going to
expire soon. And last time, restarting the Forgejo service fixed it and
got a new certificate issued immediately!

My inference is that the logic to check on the certificate status only
happens on startup. So, let's add code to the service file to ensure
that Forgejo will terminate after 7 days of runtime; and the
`Restart=always` setting will ensure that it comes immediately back up.
2024-06-10 13:03:19 -07:00
695d85cc5b Remove warnings-to-self about secrets
Back when I had secrets just hardcoded into the repo, I added these to
make sure I wouldn't publish the repo without realizing I had left
those in! But now I've gone back and obliterated them from git history,
so we're okay to share! (Not just I committed over them, but they are
*fully gone*.)
2024-01-15 00:02:57 -08:00
8628ab45c8 Extract config secrets into separate files
I'm glad I read the docs and found the canonical way to do this before
inventing some custom thing!!
2024-01-14 23:59:18 -08:00
6ca70721ec set /OpenNeo org page as the default landing page 2024-01-14 23:59:18 -08:00
be6391ba91 setup HTTPS!
EDIT: I originally committed the actual secrets into this file, but
since came back in git history and rewrote this commit to redact them!
I wasn't expecting to share this repo, but now I am!
2024-01-14 23:59:18 -08:00
db09f95ac1 initial commit: it runs! 2024-01-13 21:47:50 -08:00