Go to file
Drew DeVault 3c6f828df2 Fix project deletion
SQLAlchemy's internal cascade handling is the most miserable, broken
piece of shit I have ever had the displeasure of using. So we circumvent
it entirely and let the SQL server do the right thing.

A word of advice: don't use SQLAlchemy for new projects.
2020-07-09 09:56:20 -04:00
.builds Alpine: upgrade to 3.12 2020-06-15 13:08:10 -06:00
hubsrht Fix project deletion 2020-07-09 09:56:20 -04:00
scss Set image max width to 100% on project summaries 2020-04-29 13:53:17 -04:00
.gitignore Initial commit 2020-03-24 10:26:15 -04:00
LICENSE Initial commit 2020-03-24 10:26:15 -04:00
Makefile Initial commit 2020-03-24 10:26:15 -04:00
README.md Initial commit 2020-03-24 10:26:15 -04:00
config.example.ini Add config.example.ini 2020-05-04 10:55:26 -04:00
hubsrht-initdb Better handling of private or unlisted resources 2020-04-29 13:25:49 -04:00
hubsrht-migrate Better handling of private or unlisted resources 2020-04-29 13:25:49 -04:00
run.py Initial commit 2020-03-24 10:26:15 -04:00
setup.py setup.py: use importlib.resources from python 3.7 to find core.sr.ht Makefile 2020-05-11 09:36:29 -04:00
static Initial commit 2020-03-24 10:26:15 -04:00

README.md

This repository contains the code for the sr.ht project hub. For instructions on deploying or contributing to this project, visit the manual here:

https://man.sr.ht/hub.sr.ht/installation.md