Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
/ PhotoGallery Public archive

🐱 Self hostable website to show your best photos! WIP

Notifications You must be signed in to change notification settings

SalaniLeo/PhotoGallery

Repository files navigation

PhotoGallery

go to v0.1 branch for the latest code

🎑 Self Hostable website to show your best photos!

Configuration

  • Backend urls are customizable inside backend-urls.env
  • To connect to postgresql create a database.ini file inside backend/flask/
database.ini example
[postgresql]
host=postgresql
database=postgresql
user=postgresql
password=postgresql

Usage

With docker (recommanded)

docker compose up

Without docker (only for testing)

Start backend

bash backend.sh

Start frontend

bash frontend.sh

About

🐱 Self hostable website to show your best photos! WIP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published