Changes for page FileSync

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

<
From version < 7.6 >
edited by Jan Brinkhaus
on 2023/02/03 12:12
To version < 7.2 >
edited by Jan Brinkhaus
on 2023/02/03 11:46
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -22,8 +22,6 @@
22 22  
23 23  On a computer with Docker, just choose a target directory which fits for your case, deploy our docker-compose file there and start the app.
24 24  
25 -**Suggestion for quick start for linux**
26 -
27 27  {{code language="Shell script"}}
28 28  sudo mkdir /var/docker_data
29 29  cd /var/docker_data/
... ... @@ -30,80 +30,70 @@
30 30  wget https://xwiki.brinkhaus-gmbh.de/bin/download/Product%20support/FileSync/WebHome/docker-compose.yml?rev=1.1
31 31  sudo docker login registry.gitlab.com/v2/b3935 -u datastore-dl -p glpat-S9xzXzoUxuxGboW53r2x
32 32  
33 -sudo docker-compose up -d
31 +sudo docker-compose up
34 34  {{/code}}
35 35  
36 -You are afterwards able to log in via the web interface on port 80 of the server where you installed FileSync.
34 +You are after
37 37  
38 38  
39 -**Suggestion for quick start for Windows**
37 +sudo mkdir /var/docker_data
40 40  
41 -Place the docker-compose file from here [[https:~~/~~/xwiki.brinkhaus-gmbh.de/bin/download/Product%20support/FileSync/WebHome/docker-compose.yml?rev=1.1>>https://xwiki.brinkhaus-gmbh.de/bin/download/Product%20support/FileSync/WebHome/docker-compose.yml?rev=1.1]] in a directory of your needs and run "docker-compose up -d".
39 +cd /var/docker_data/
42 42  
41 +[[https:~~/~~/xwiki.brinkhaus-gmbh.de/bin/download/Product%20support/FileSync/WebHome/docker-compose.yml?rev=1.1>>https://xwiki.brinkhaus-gmbh.de/bin/download/Product%20support/FileSync/WebHome/docker-compose.yml?rev=1.1]]
43 43  
44 -= Variants / hints =
43 +sudo apt install docker docker-compose
45 45  
46 -You can adapt the docker-compose file to your local needs. The file which we give for a quick start is:
45 +sudo docker login registry.gitlab.com/v2/b3935 -u datastore-dl -p glpat-S9xzXzoUxuxGboW53r2x
47 47  
48 -{{code language="docker-compose"}}
49 -version: "3"
47 +sudo docker-compose up
50 50  
51 -services:
52 - filesync:
53 - image: registry.gitlab.com/b3935/ftpmodule/filesync:latest
54 - container_name: filesync
55 - restart: always
56 - volumes:
57 - - ./data:/app/data
49 +(% class="box" %)
50 +(((
51 +##version: "3"##
52 +)))
58 58  
59 - ports:
60 - - 80:80
61 -
62 -{{/code}}
63 -
64 -This results in a password-less direct access to a UI on the target server.
65 -
66 -We below give an example for enclosing FileSync with Traefik as middleware for adding an easy authentification function:
67 -
68 -{{code language="docker-compose"}}
69 -version: "3"
70 -
71 -services:
54 +(% class="box" %)
55 +(((
56 +##services:
72 72   traefik:
73 - image: traefik:v2.2
58 + image~: traefik:v2.2
74 74   command:
75 - - "--providers.docker"
76 - - "--entrypoints.web.address=:80"
60 + - "~-~-providers.docker"
61 + - "~-~-entrypoints.web.address=:80"
77 77   ports:
78 78   - "80:80"
79 79   volumes:
80 80   - /var/run/docker.sock:/var/run/docker.sock
81 -# needed for using a dynamic password, settable from FileSync UI; links data/settings/ to the folder where
82 -# it is described in the "labels" of the filesync container
83 - - ./data:/var/docker_data/data
66 + - ./data:/var/docker_data/data##
67 +)))
84 84  
85 - filesync:
86 - image: registry.gitlab.com/b3935/ftpmodule/filesync:latest
69 +(% class="box" %)
70 +(((
71 +## filesync:
72 + image~: registry.gitlab.com/b3935/ftpmodule/filesync:latest
87 87   container_name: filesync
88 88   restart: always
89 89   volumes:
90 - - ./data:/app/data
76 + - ./data:/app/data##
77 +)))
91 91  
92 -# commented out because Traefik creates a protected rout for hisself
93 -# ports:
94 -# - 80:80
79 +(% class="box" %)
80 +(((
81 +###    ports:
82 +#      - 80:80##
83 +)))
95 95  
96 - labels:
85 +(% class="box" %)
86 +(((
87 +## labels:
97 97   - "traefik.http.routers.filesync.entrypoints=web"
98 98   - "traefik.http.routers.filesync.rule=Host(`datastore-playground.euprogigant.io`)"
99 99   - "traefik.http.routers.filesync.middlewares=auth"
100 100   - "traefik.http.services.filesync.loadbalancer.server.port=80"
101 -# hard coded password; hash retrievable via "htpasswd -bnBC 10 admin PASSWORD"
102 102   - "traefik.http.middlewares.auth.basicauth.users=admin:$$2y$$10$$2u0mbq4FI.EpN6Gu5O.BpO5Fh8RrXBr.MUT8JyqbYGtNfLn19OhTe" # credentials admin:changeme
103 -# dynamic password, settable from FileSync UI; needs link of data/settings/ in the docker container of Traefik
104 -# - "traefik.http.middlewares.auth.basicauth.usersfile=/var/docker_data/data/settings/hashedPW.txt"
93 +#      - "traefik.http.middlewares.auth.basicauth.usersfile=/var/docker_data/data/settings/hashedPW.txt"##
94 +)))
105 105  
106 -{{/code}}
107 107  
108 -
109 -
97 +

Need support?

If you need support feel free to contact:

Jan Brinkhaus: 0049 179 3939 733