Compare commits
No commits in common. "4bbfad9e49e99904ae863398831c88cc336dc103" and "f6da44e00f477bc13eb408e951d1dfbeb31890ed" have entirely different histories.
4bbfad9e49
...
f6da44e00f
9 changed files with 0 additions and 63 deletions
|
@ -1,4 +1,3 @@
|
|||
file_ids:
|
||||
- docker/archive/asciinema/.env
|
||||
- docker/piracy-stack/.env
|
||||
version: "1"
|
||||
|
|
Binary file not shown.
|
@ -1,29 +0,0 @@
|
|||
services:
|
||||
asciinema:
|
||||
image: ghcr.io/asciinema/asciinema-server:20240428
|
||||
ports:
|
||||
- '16104:4000'
|
||||
- '33419:4002'
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
- asciinema_data:/var/opt/asciinema
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
||||
postgres:
|
||||
image: docker.io/library/postgres:14
|
||||
environment:
|
||||
- POSTGRES_HOST_AUTH_METHOD=trust
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: [ 'CMD-SHELL', 'pg_isready -U postgres' ]
|
||||
interval: 2s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
|
||||
volumes:
|
||||
asciinema_data:
|
||||
postgres_data:
|
|
@ -84,12 +84,6 @@ endpoints:
|
|||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- name: traggo
|
||||
group: exposed
|
||||
url: "https://traggo.grobecker.me"
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
|
||||
- name: nextcloud
|
||||
group: external
|
||||
|
|
|
@ -27,10 +27,6 @@
|
|||
href: https://rssb.grobecker.me
|
||||
icon: sh-rss-bridge.svg
|
||||
description: cleaning and bridging shitty RSS-feeds
|
||||
- traggo:
|
||||
href: https://traggo.grobecker.me
|
||||
icon: sh-traggo.webp
|
||||
description: time-tracking but cool
|
||||
|
||||
- Collaboration:
|
||||
- Seafile:
|
||||
|
|
1
docker/traggo/.gitignore
vendored
1
docker/traggo/.gitignore
vendored
|
@ -1 +0,0 @@
|
|||
/traggodata
|
|
@ -1,11 +0,0 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
traggo:
|
||||
image: traggo/server:latest
|
||||
ports:
|
||||
- 8870:3030
|
||||
environment:
|
||||
TRAGGO_DEFAULT_USER_NAME: "admin"
|
||||
TRAGGO_DEFAULT_USER_PASS: "mynewpassword"
|
||||
volumes:
|
||||
- ./traggodata:/opt/traggo/data
|
|
@ -3,7 +3,6 @@
|
|||
## Raspi
|
||||
|
||||
- navidrome updated
|
||||
- also added sharing
|
||||
- mediatracker removed
|
||||
|
||||
## Hetzner
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
# Changes
|
||||
|
||||
## Raspi
|
||||
|
||||
- added traggo
|
||||
|
||||
## Hetzner
|
||||
|
||||
- adjusted Caddyfile for traggo
|
||||
- added traggo to homepage
|
Loading…
Add table
Reference in a new issue