on an inexpensive Raspberry Pi. Save your machine energy!

Open Source

It's all on GitHub! Join us by contributing to make this project even better. Don't be shy to be a contributor!

kodo - Gogs: Go Git Service

Keine Beschreibung

url_utils.py 161B

    # -*- coding: utf-8 -*- from django.conf import settings def share_url(photo_id): return '{}/gp/{}'.format(settings.DOMAIN, photo_id) if photo_id else ''