emanuelegori / Ntfy

0 likes
0 forks
1 files
Last active 1 year ago
A simple HTTP-based pub-sub notification service. With ntfy, you can send notifications to your phone or desktop via scripts from any computer.
1 services:
2 ntfy:
3 image: binwiederhier/ntfy:latest
4 container_name: ntfy
5 command:
6 - serve
7 environment:
8 - TZ=Europe/Rome
9 - NTFY_BASE_URL=https://ntfy.emanuelegori.uno
10 - NTFY_CACHE_FILE=/var/lib/ntfy/cache.db

emanuelegori / Duplicati

0 likes
0 forks
1 files
Last active 7 months ago
Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers
1 services:
2 duplicati:
3 image: lscr.io/linuxserver/duplicati:latest
4 container_name: duplicati
5 environment:
6 - PUID=1000
7 - PGID=1000
8 - TZ=Europe/Rome
9 - CLI_ARGS= #optional
10 - SETTINGS_ENCRYPTION_KEY= xxxxxxxxxx
Newer Older