services-garbaye/podman-seafile
Gitouche 0a24fbf724 framadate, jitsi : arret du pod apres l'installation 2022-01-28 22:34:31 +01: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 framadate, jitsi : arret du pod apres l'installation 2022-01-28 22:34:31 +01: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 Seafile : work in progress 2022-01-16 22:19:26 +01:00
README.md Seafile : nettoyage final! whooosh! 2022-01-18 22:11:04 +01:00
docker-compose.yml Seafile : maj MariaDB 10.3 2022-01-28 11:40:04 +01:00
vars.sh Seafile : mot de passe admin 2022-01-18 21:44:29 +01: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
podman pull docker.io/seafileltd/seafile-mc:8.0.8
./40_stop.sh
./70_disable.sh
./80_destroy.sh
./10_install.sh
./20_enable.sh
./30_start.sh