personal-servers/README.md

15 lines
521 B
Markdown
Raw Permalink Normal View History

2022-05-03 12:54:36 -03:00
# personal-servers
2022-05-21 14:13:59 -03:00
How I put my very own personal servers online, for free.
Details at [the blog post](http://ralsina.me/weblog/posts/the-cheapest-server.html)
2022-07-16 14:45:14 -03:00
When adding a new hostname, remember to create a cert for it using
`flyctl certs create hostname`
2023-02-08 14:32:47 -03:00
Every 90 days the tailscale auth key will expire and you need to set a new one as
a secret.
2024-04-30 13:45:59 -03:00
* Create the new one at https://login.tailscale.com/admin/settings/keys (MAKE IT REUSABLE)
2023-02-08 14:32:47 -03:00
* Configure it using flyctl secrets set TAILSCALE_AUTHKEY={{PASTEKEYHERE}}