No description
  • Python 71.4%
  • TypeScript 27%
  • HTML 1.2%
  • JavaScript 0.2%
  • Dockerfile 0.2%
Find a file
John Groszko 9b1e4163d5
All checks were successful
/ build-and-push (push) Successful in 2m57s
Check yo diffs
2026-09-04 08:52:49 -05:00
.forgejo/workflows Migrate to Forgejo Actions 2026-05-23 13:18:42 -05:00
db Fix outstanding punishments 2026-08-31 14:37:08 -05:00
migrations Add advanced sub permissions 2026-04-23 16:46:08 -05:00
telegram Skip Days - Order Pool specific 2026-03-19 12:38:17 -05:00
templates Fix bug with outstanding punishments count 2026-09-03 18:35:40 -05:00
web Outstanding punishments - fix formatting 2026-08-31 14:39:25 -05:00
.dockerignore Setup flask/vite for docker 2026-03-06 22:40:45 -06:00
.gitignore Cleanup from merging flask-admin 2026-03-06 20:26:56 -06:00
__init__.py Setup flask/vite for docker 2026-03-06 22:40:45 -06:00
Dockerfile Setup flask/vite for docker 2026-03-06 22:40:45 -06:00
generate.py Timeline Event logging 2026-03-07 20:28:07 -06:00
main.py Run migrations on startup 2026-05-26 11:27:33 -05:00
mastodon.py Mastodon - Actually honor user's post visibility preference 2026-03-30 15:30:21 -05:00
orders.py Check yo diffs 2026-09-04 08:52:49 -05:00
Pipfile Fix scheduler logging 2026-03-07 13:09:00 -06:00
Pipfile.lock Fix scheduler logging 2026-03-07 13:09:00 -06:00
README.md Update README.md 2026-08-31 13:42:28 -05:00
scheduling.py Less logging 2026-09-01 15:32:16 -05:00
settings.py Check outstanding punishments 2026-08-31 14:13:07 -05:00
util.py Timeline UI 2026-03-08 13:44:59 -05:00

Gear Orders

Running in dev

Run flask

$ pipenv run python web/app.py

Run caddy

$ caddy run

Run vite

$ cd web/vite
$ vite dev

Helpful Commands

Create database migration

$ pipenv run pw_migrate create add_user_photo_url --auto --database 'sqlite:///db.sqlite3'

Migrate database

$ pipenv run pw_migrate migrate --database 'sqlite:///db.sqlite3'