Opengist Logo emanuelegori's Gists

Explore

  • All gists
  • Topics
  • Users
Copyright 2024 - 2025 emanuelegori.uno
Give feedback on the new UI Powered by Opengist ⋅ 35ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
b

blog

Recently created Least recently created Recently updated Least recently updated
emanuelegori

emanuelegori / Bludit

Last active 3 months ago CMS blog docker

Create your own Website or Blog in seconds Simple, Fast, Secure, Flat-File CMS

0 0 1
1 services:
2 bludit:
3 image: bludit/docker:latest
4 container_name: bludit
5 volumes:
6 - /home/debian/bludit:/usr/share/nginx/html/bl-content
7 - /home/debian/bludit/bludit-themes:/var/www/bludit/custom-plugins
8 - /home/debian/bludit/bludit-plugins:/var/www/bludit/custom-themes
9 ports:
10 - 6759:80