Changes for page FileSync

Last modified by Jan Brinkhaus on 2023/02/03 13:33

From version 1.1 >
edited by Jan Brinkhaus
on 2023/02/02 14:35
To version < 2.1 >
edited by Jan Brinkhaus
on 2023/02/02 17:26
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,3 +1,6 @@
1 +Download token valid till ...
2 +
3 +
1 1  sudo mkdir /var/docker_data
2 2  
3 3  cd /var/docker_data/
... ... @@ -4,4 +4,56 @@
4 4  
5 5  sudo apt install docker docker-compose
6 6  
10 +sudo docker login registry.gitlab.com/v2/b3935 -u datastore-dl -p glpat-S9xzXzoUxuxGboW53r2x
11 +
12 +sudo docker-compose up
13 +
14 +(% class="box" %)
15 +(((
16 +##version: "3"##
17 +)))
18 +
19 +(% class="box" %)
20 +(((
21 +##services:
22 + traefik:
23 + image~: traefik:v2.2
24 + command:
25 + - "~-~-providers.docker"
26 + - "~-~-entrypoints.web.address=:80"
27 + ports:
28 + - "80:80"
29 + volumes:
30 + - /var/run/docker.sock:/var/run/docker.sock
31 + - ./data:/var/docker_data/data##
32 +)))
33 +
34 +(% class="box" %)
35 +(((
36 +## filesync:
37 + image~: registry.gitlab.com/b3935/ftpmodule/filesync:latest
38 + container_name: filesync
39 + restart: always
40 + volumes:
41 + - ./data:/app/data##
42 +)))
43 +
44 +(% class="box" %)
45 +(((
46 +###    ports:
47 +#      - 80:80##
48 +)))
49 +
50 +(% class="box" %)
51 +(((
52 +## labels:
53 + - "traefik.http.routers.filesync.entrypoints=web"
54 + - "traefik.http.routers.filesync.rule=Host(`datastore-playground.euprogigant.io`)"
55 + - "traefik.http.routers.filesync.middlewares=auth"
56 + - "traefik.http.services.filesync.loadbalancer.server.port=80"
57 + - "traefik.http.middlewares.auth.basicauth.users=admin:$$2y$$10$$2u0mbq4FI.EpN6Gu5O.BpO5Fh8RrXBr.MUT8JyqbYGtNfLn19OhTe" # credentials admin:changeme
58 +#      - "traefik.http.middlewares.auth.basicauth.usersfile=/var/docker_data/data/settings/hashedPW.txt"##
59 +)))
60 +
61 +
7 7  

Need support?

If you need support feel free to contact:

Jan Brinkhaus: 0049 179 3939 733