Sign inSign up

reinca/chhoto-forked

By reinca

•Updated 9 months ago

Forked by chhoto-url Remove specific short url func Simplised some buttons

Image
Web servers
0

3.3K

reinca/chhoto-forked repository overview

  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

Tag summary

Content type

Image

Digest

sha256:9b30c5fb8…

Size

5.3 MB

Last updated

9 months ago

docker pull reinca/chhoto-forked