Commit graph

9 commits

Author SHA1 Message Date
1bac54c132 Copy-edits and comments 2024-01-15 00:38:30 -08:00
a9495c09bf Write a README
I adapted this from the one I wrote last night for the
`openneo-analytics` repo!
2024-01-15 00:08:36 -08: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
911966a514 Add license file 2024-01-14 23:59:18 -08:00
e0ffcbdd7f Oops, enable the Forgejo service!
That's a step I've been forgetting with services lately, but yeah, I
ran into this where analytics.openneo.net went down and I wasn't sure
why it didn't get auto-restarted, and I think it being Started But Not
Enabled is why.

So, ta-da! Fix it here before we run into that lol.

Also I refactored the handlers a bit, after seeing how I did it in the
analytics Ansible file and going like. Oh, yeah, that's just better lol
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