services-garbaye/podman-seafile
Gitouche a8eb3722ac Seafile : use service_name. Prep pour podman-compose 1.+ 2022-09-03 14:52:36 +02:00
..
.gitlab-ci.yml Seafile : migrate to gitea registry : first try? 2022-08-14 14:17:34 +02:00
00_status.sh refactoring scripts identiques : pod status 2022-01-28 13:37:31 +01:00
05_freshinstall.sh framadate, jitsi, seafile : appel de 10_install dans 05_freshinstall, comme matrix 2022-01-28 22:28:12 +01:00
10_install.sh Seafile : migrate to gitea registry : first try? 2022-08-14 14:17:34 +02:00
20_enable.sh refactoring scripts identiques : pod enable 2022-01-28 13:15:48 +01:00
30_start.sh refactoring scripts identiques : pod start 2022-01-28 13:19:53 +01:00
40_stop.sh refactoring scripts identiques : pod stop 2022-01-28 13:23:34 +01:00
70_disable.sh refactoring scripts identiques : pod disable 2022-01-28 13:25:15 +01:00
80_destroy.sh refactoring scripts identiques : pod destroy 2022-01-28 13:31:22 +01:00
90_prune.sh mutualisation scripts prune 2022-02-10 22:18:42 +01:00
README.md Seafile : migrate to gitea registry : first try? 2022-08-14 14:17:34 +02:00
ci_build-images.sh Seafile : migrate to gitea registry : first try? 2022-08-14 14:17:34 +02:00
docker-compose.yml Seafile : docker-compose conforme v2 2022-08-29 21:41:09 +02:00
vars.sh Seafile : use service_name. Prep pour podman-compose 1.+ 2022-09-03 14:52:36 +02:00

README.md

seafile-compose

Créée le dimanche 17 janvier 2021

Procédures

Première installation

soucis d'URL

À la première connexion en admin, changer les URL (https) dans l'interface d'administration.

Administrateur systeme SERVICE_URL

MAJ seafile

Modifier la version cible dans vars.sh (ici pour l'exemple : 8.0.8)

cd /opt/services-garbaye/podman-seafile
export GARBAYE_SEAFILE_MYSQL_ROOT_PASSWORD=XXXXXXXXXXXXXXXX
./40_stop.sh
./70_disable.sh
./80_destroy.sh
./10_install.sh
./20_enable.sh
./30_start.sh