services-garbaye/podman-seafile
Gitouche ed28bd840d Seafile : introduction et utilisation de la fonction get_podman_volume_path 2022-01-28 12:54:55 +01:00
..
00_status.sh Seafile : work in progress 2022-01-16 22:19:26 +01:00
05_freshinstall.sh Seafile : utilisation de podman volume exists 2022-01-28 12:45:26 +01:00
10_install.sh Seafile : introduction et utilisation de la fonction get_podman_volume_path 2022-01-28 12:54:55 +01:00
20_enable.sh Seafile : corrections mineures 2022-01-16 22:26:12 +01:00
30_start.sh Seafile : work in progress 2022-01-16 22:19:26 +01:00
40_stop.sh Seafile : work in progress 2022-01-16 22:19:26 +01:00
70_disable.sh Seafile : work in progress 2022-01-16 22:19:26 +01:00
80_destroy.sh Seafile : work in progress 2022-01-16 22:19:26 +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