Block a user
b9632f54d1
Merge pull request 'Update links on the project homepage' (!47) from links into main
672f63e3b4
Remove dead Twitter link from the footer
e3cc0e5c8f
Add git link to the top menu
Update links on the project homepage
WIP: minor improvements
I changed it wherever there was a double import, because in some places recipe
can either be a variable or a package. It was used inconsistently within those source files, referring to the…
Update links on the project homepage
672f63e3b4
Remove dead Twitter link from the footer
e3cc0e5c8f
Add git link to the top menu
Untie server name from a domain
fd15aeab9a
fix: make dns resolve errors more accurate
5d503319e3
feat: untie server name from a domain in the add command
d3022c27ea
chore: change NewAppServerFlag usage description
700e951e5e
chore: remove unneccessary call to Sprintf
0c4d5b2e69
chore: use Printf() instead of Println(Sprintf())
192d430039
chore: use recipePkg import consistently
3fd249b0d8
fix: display text next to emojis in app check cmd
Caddy as a Traefik replacement?
Caddy is awesome and seems to works great instead of Traefik. All you really need for a basic setup is to deploy the proxy and just add these two labels from OP to the compose.yml of your target…