Forked by chhoto-url Remove specific short url func Simplised some buttons
3.3K
chhoto:
image: reinca/chhoto-forked:latest
container_name: chhoto
restart: unless-stopped
tty: true
ports:
- 4567:4567
volumes:
- ./chhoto:/db
environment:
- password=strong_password
- db_url=/db/urls.sqlite
- port=4567
- site_url=https://domain.tld
- slug_style=UID
- slug_length=6
- try_longer_slug=False
- allow_capital_letters=True
- public_mode=Enable
Content type
Image
Digest
sha256:9b30c5fb8…
Size
5.3 MB
Last updated
9 months ago
docker pull reinca/chhoto-forked