this post was submitted on 06 Feb 2025
161 points (98.2% liked)
Open Source
32744 readers
159 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm very new to docker. (Debian server) Have a few simple things running locally. Using tailscale outside of lan. How do I deploy this using Dockge? I've tried the compose files in Dockge. I tried the 'run' in docker... Keep getting "bad request". Something about adding my server address to the host file.. I got paperless ngx, Stirling PDF, and mealie going pretty easily by copy/paste from their installation pages.
Without more information I am kind of guessing. But probably you need to set the
HOST_NAME
env variable to the address (e.g.pdfding.homelab
) you try to access the app in the browser.