hellmo_luciferrari
@hellmo_luciferrari@lemmy.zip
- Comment on Which caddy docker builds to use? 3 days ago:
I have a Dockerifle:
ARG CADDY_VERSION=2.11.3 FROM caddy:${CADDY_VERSION}-builder-alpine AS builder RUN xcaddy build \ --with github.com/caddy-dns/cloudflare FROM caddy:${CADDY_VERSION}-alpine COPY --from=builder /usr/bin/caddy /usr/bin/caddy
and the docker-compose.yml file I have this snippet at the top, of course this isn’t the full file as there are specifics to my usecase in my full yml:
services: caddy: pull_policy: build build: context: .
And to build new versions I modify the Dockerfile after doing a docker compose down, and then to build the new version I use docker compose up.``
- Comment on Which caddy docker builds to use? 3 days ago:
I have a Dockerifle like that: `ARG CADDY_VERSION=2.11.3 FROM caddy:${CADDY_VERSION}-builder-alpine AS builder
RUN xcaddy build
–with github.com/caddy-dns/cloudflareFROM caddy:${CADDY_VERSION}-alpine
COPY --from=builder /usr/bin/caddy /usr/bin/caddy `
and the docker-compose.yml file I use:
services: caddy: pull_policy: build build: context: .And to build new versions I modify the Dockerfile after doing a docker compose down, and then to build the new version I use docker compose up.
- Comment on Which caddy docker builds to use? 3 days ago:
I currently build my own Caddy docker container with a Dockerfile using xcaddy and the caddy-builder-alpine image.
xcaddy adds these github.com/caddy-dns/cloudflare github.com/lucaslorentz/caddy-docker-proxy/v2
- Comment on What apps do you use to listen music at work/on phone? 6 days ago:
Hey all good by me. Different setups for different folk!
- Comment on What apps do you use to listen music at work/on phone? 6 days ago:
I use a combination of a custom built Caddy Docker container, Technitium for DNS, and DNSWeaver.
Automated DNS Entries, Automated Reverse Proxy entries all with Docker labels.
- Comment on What apps do you use to listen music at work/on phone? 1 week ago:
The reverse proxy is infernal. I type sub.domain.tld to get to my internal site. All with automated certs.
Makes it so I dont have to remember IP and port combos
- Comment on What apps do you use to listen music at work/on phone? 1 week ago:
Feishin on Desktop. Symfonium on phone. (I can also recommend Tempo, which is open source but doesn’t work over Android Auto last I tried.) To host my music I use Navidrome. Which I have setup as a docker container, behind a reverse proxy. The files are stored on my NAS. To access remotely I have Wireguard setup. That being said, to use Android Auto with Symfonium while my Navidrome is only accessible on my network or over VPN I use split tunneling otherwise Android Auto throws a fit.
- Comment on Discord joke that it's The Year of the Linux Desktop 4 weeks ago:
I wish I could get my friends to switch off Discord completely.
Just like ditching Facebook over a decade ago, I’ll lose contact with people.
Guess minding my privacy is a lonely path.