====== Webtrees auf einem QNAP NAS ====== * [[https://github.com/NathanVaughn/webtrees-docker|Docker Image for webtrees (github)]] ===== Befehle ===== ==== Modules und Themes installieren ==== In den Container wechseln docker exec -it webtrees-app bash Im Container: Unzip installieren apt update && apt install unzip In das modules_v4 Verzeichnis wechseln: cd /var/www/webtrees/modules_v4/ Syntax curl -L -o Beispiel für Vesta Webtrees Custom Modules: curl -L https://github.com/JustCarmen/webtrees-fancy-treeview/releases/download/2.0.5/jc-fancy-treeview-2.0.5.zip -o fancy.zip Entpacken unzip fancy.zip **Zwischendurch immer mal wieder sichern** sudo cp -rp /share/docker/volumes/webtrees /share/docker/volumes/webtrees-save und vergleichen sudo diff -qr /share/docker/volumes/webtrees /share/docker/volumes/webtrees-save **Liste aller Modules und Themes** curl -L https://github.com/UksusoFF/webtrees-faces/archive/refs/heads/master.zip -o faces.zip unzip faces.zip curl -L https://github.com/hartenthaler/hh_extended_family/archive/refs/heads/main.zip -o hh_extendet_family.zip unzip hh_extendet_family.zip curl -L https://github.com/JustCarmen/webtrees-fancy-imagebar/archive/refs/heads/main.zip -o fancy-imagebar.zip unzip fancy-imagebar.zip curl -L https://github.com/JustCarmen/webtrees-fancy-research-links/archive/refs/heads/main.zip -o fancy-research.zip unzip fancy-research.zip curl -L https://cissee.de/vesta.latest.zip -o vesta.zip unzip vesta.zip curl -L https://github.com/magicsunday/webtrees-descendants-chart/archive/refs/heads/main.zip -o descendents.zip unzip descendents.zip curl -L https://github.com/magicsunday/webtrees-fan-chart/releases/download/2.7.1/webtrees-fan-chart.zip -o fanchart.zip unzip fanchart.zip curl -L https://github.com/magicsunday/webtrees-pedigree-chart/releases/download/1.7.2/webtrees-pedigree-chart.zip -o pedigree.zip unzip pedigree.zip curl -L https://github.com/JustCarmen/webtrees-theme-justlight/archive/refs/heads/main.zip -o justlight.zip unzip justlight.zip rm *.zip