Conteneur Selfoss basé sur alpine
docker pull arckosfr/selfoss
git clone https://github.com/arckosfr/selfoss
cd docker-selfoss
docker build -t arckosfr/selfoss .
docker run -d -p 8080:8080 arckosfr/selfoss
docker run -d -p 8080:8080 -v /mnt:/selfoss/data --name selfoss arckosfr/selfoss
location ~* ^/(data\/logs|data\/sqlite|config\.ini|\.ht|password) {
deny all; # Disable temporarilly to generate a password usingi the `/password` page
}
location /update {
proxy_set_header Host $http_host;
proxy_read_timeout 300;
proxy_pass http://selfoss:80;
}
location / {
proxy_set_header Host $http_host;
proxy_pass http://selfoss:80;
}
Content type
Image
Digest
Size
32.9 MB
Last updated
over 9 years ago
docker pull arckosfr/selfoss