آخر نشاط 1 month ago

Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers

emanuelegori عدّل هذا المقطع 10 months ago. الانتقال إلى التعديل

لا توجد تغييرات

emanuelegori عدّل هذا المقطع 2 years ago. الانتقال إلى التعديل

1 file changed, 2 insertions, 2 deletions

docker-compose.yml

@@ -7,8 +7,8 @@ services:
7 7 - PGID=1000
8 8 - TZ=Europe/Rome
9 9 - CLI_ARGS= #optional
10 - - SETTINGS_ENCRYPTION_KEY=7Bka#!UfY4
11 - # - DUPLICATI__WEBSERVICE_PASSWORD= 7Bka#!UfY4
10 + - SETTINGS_ENCRYPTION_KEY= xxxxxxxxxx
11 + # - DUPLICATI__WEBSERVICE_PASSWORD= yyyyyyyyyyyy
12 12 volumes:
13 13 - ./config:/config
14 14 - ./backups:/backups

emanuelegori عدّل هذا المقطع 2 years ago. الانتقال إلى التعديل

1 file changed

gistfile1.txt تم تغيير الاسم إلى docker-compose.yml

تم تغيير اسم الملف بدون تغييرات

emanuelegori عدّل هذا المقطع 2 years ago. الانتقال إلى التعديل

1 file changed, 25 insertions

gistfile1.txt(تم إنشاء الملف)

@@ -0,0 +1,25 @@
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=7Bka#!UfY4
11 + # - DUPLICATI__WEBSERVICE_PASSWORD= 7Bka#!UfY4
12 + volumes:
13 + - ./config:/config
14 + - ./backups:/backups
15 + - /home/debian:/source
16 + # ports:
17 + # - 8200:8200
18 + networks:
19 + - npm-internal
20 + restart: unless-stopped
21 +
22 + networks:
23 + npm-internal:
24 + name: npm-internal
25 + external: true
أحدث أقدم