-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task: Setup nginx
with LetsEncrypt
on Hetzner
to Proxy Autobase
#105
Comments
Kill the docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6ea268d81fd7 autobase/console:latest "/usr/bin/supervisor…" 3 months ago Up About an hour 0.0.0.0:80->80/tcp, [::]:80->80/tcp, 0.0.0.0:8080->8080/tcp, [::]:8080->8080/tcp, 5432/tcp autobase-console docker stop $(docker ps -a -q) |
Error response from daemon: Conflict. The container name "/pg-console" is already in use by container "05c7156394d14dd31f66f2e13e78434788928aa5801a4a8c48b4e4a79f906c2f". You have to remove (or rename) that container to be able to reuse that name. |
Spoke to: a support person via Live Chat: https://www.namecheap.com/help-center/live-chat Full transcript: Chat_Transcript_23_Mar_2025.pdf https://ap.www.namecheap.com/domains/domaincontrolpanel/dwy.is/advancedns Confirmed working: https://autobase.dwy.is secure! 🎉 ![]() |
http://autobase.dwy.is now automatically redirects to: https://autobase.dwy.is/login 🔒 ✅ |
Just have to proof-read the documentation before I can close this. 👀 ⏳ |
As noted in #104 (comment) the
Autobase
console is served onhttp
; (nothttps
) 🔓so requests to the console can be intercepted by a
MITM
. 😬Todo
Setup (and fully document)
nginx
on theautobase-console
server onHetzner
https://console.hetzner.cloud/projects/3886115/servers/57770120
Ensure auto-updating
LetsEncrypt
https://community.letsencrypt.org/t/ssl-certificate-updating-automatically/185037
Setup
autobase.dwyl.com
autobase.dwy.is
subdomain? so we don't have to access via IP Address?This should be quick. Just need uninterrupted time. 🧑💻 ⏳
Prereq:
MBP
SSH (public
) key to the server so I can access it from laptop. 🔑 💻The text was updated successfully, but these errors were encountered: