Compare commits

...

4 commits

Author SHA1 Message Date
thomasabishop
e7e7fbfdb3 fix (infra): git conflict 2025-07-08 14:50:55 +00:00
thomasabishop
b528a13372 fix (infra): merge conflict 2025-07-08 14:49:37 +00:00
thomasabishop
ad05db2201 feat (service): add miniflux 2025-07-08 13:38:27 +00:00
thomasabishop
b908662733 fix (service): readd wakapi to certs script 2025-07-08 13:37:14 +00:00
2 changed files with 7 additions and 1 deletions

View file

@ -17,6 +17,7 @@ sudo certbot certonly --standalone \
-d grafana.systemsobscure.net \
-d bookmarks.systemsobscure.net \
-d forgejo.systemsobscure.net \
-d wakapi.systemsobscure.net \
-d linkding.systemsobscure.net \
-d miniflux.systemsobscure.net

View file

@ -12,7 +12,9 @@ services:
- RUN_MIGRATIONS=1
- CREATE_ADMIN=1
- ADMIN_USERNAME=${MINIFLUX_ADMIN_USERNAME}
- ADMIN_PASSWORD=S{MINIFLUX_ADMIN_PASSWORD}
- ADMIN_PASSWORD=${MINIFLUX_ADMIN_PASSWORD}
networks:
- web
db:
image: postgres:17-alpine
environment:
@ -25,6 +27,9 @@ services:
test: ["CMD", "pg_isready", "-U", "miniflux"]
interval: 10s
start_period: 30s
networks:
- web
networks:
web: