emanuelegori / RSSHub

0 curtidas
0 bifurcações
1 arquivos
Última atividade 11 months ago
RSSHub è un aggregatore di feed RSS open source, estensibile e facile da usare, capace di generare feed RSS da quasi qualsiasi fonte
1 services:
2 rsshub:
3 image: diygod/rsshub
4 restart: always
5 ports:
6 - 1200:1200
7 environment:
8 NODE_ENV: production
9 CACHE_TYPE: redis
10 REDIS_URL: "redis://redis:6379/"

emanuelegori / Diun

0 curtidas
0 bifurcações
1 arquivos
Última atividade 1 year ago
DIUN (Docker Image Update Notifier) che consente di monitorare gli aggiornamenti delle immagini Docker e ricevere notifiche quando vengono rilasciate nuove versioni.
1 services:
2 diun:
3 image: crazymax/diun:latest
4 container_name: diun
5 command: serve
6 security_opt:
7 - no-new-privileges:true
8 volumes:
9 - ./data:/data
10 - /var/run/docker.sock:/var/run/docker.sock:ro

emanuelegori / PairDrop

0 curtidas
0 bifurcações
1 arquivos
Última atividade 1 year ago
File di trasferimento Cross-piattaforma. Nessuna configurazione, nessuna registrazione.
1 services:
2 pairdrop:
3 image: lscr.io/linuxserver/pairdrop:latest
4 container_name: pairdrop
5 environment:
6 - PUID=1000
7 - PGID=1000
8 - TZ=Europe/Rome
9 - WS_FALLBACK=false
10 - RATE_LIMIT=false

emanuelegori / ciao

0 curtidas
0 bifurcações
1 arquivos
Última atividade 1 year ago
checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack)
1 services:
2 ciao:
3 image: brotandgames/ciao
4 container_name: ciao
5 ports:
6 - '8090:3000'
7 environment:
8 - TIME_ZONE=Rome
9 - BASIC_AUTH_USERNAME=myusername
10 - BASIC_AUTH_PASSWORD=mypassword