Linkstack (linktree) ¶
Pour avoir une page en mode Linktree.
Tutos suivis : https://docs.linkstack.org, https://github.com/linkstackorg/linkstack-docker
Commandes à exécuter :
cd /opt/stacks/
sudo mkdir linkstack
cd linkstack
sudo nano compose.yaml
docker compose up -d
Se loguer ensuite sur la page /admin
: https://docs.linkstack.org/faq/#after-installing-linkstack-how-do-i-access-the-admin-area
Mon fichier compose.yaml
services:
linkstack:
hostname: linkstack
image: linkstackorg/linkstack:latest
environment:
TZ: Europe/Paris
SERVER_ADMIN: adminlinkstack@googlesaitouesttamere.com
HTTP_SERVER_NAME: landing.googlesaitouesttamere.com
HTTPS_SERVER_NAME: landing.googlesaitouesttamere.com
LOG_LEVEL: info
PHP_MEMORY_LIMIT: 256M
UPLOAD_MAX_FILESIZE: 8M
volumes:
- linkstack_data:/htdocs
ports:
- 8190:443
- 8191:80
restart: unless-stopped
volumes:
linkstack_data: