A helper web-app to allow us to manage our events more easily
  • Rust 81.1%
  • Jinja 10.5%
  • CSS 7.2%
  • Dockerfile 1%
  • Shell 0.2%
Find a file
2026-07-24 05:14:05 +02:00
src Auto login from URL 2026-07-24 05:14:05 +02:00
web Improve some styling 2026-07-24 04:53:35 +02:00
.gitignore Publish basic event info 2026-07-24 01:44:30 +02:00
Cargo.lock Upload image 2026-07-24 02:41:02 +02:00
Cargo.toml Upload image 2026-07-24 02:41:02 +02:00
default.env Tweak config 2026-07-24 02:49:01 +02:00
deploy.sh Initial version 2026-07-24 00:34:43 +02:00
Dockerfile Crop media to size 2026-07-24 04:16:45 +02:00
README.md Hide password field 2026-07-24 02:59:36 +02:00
rust-toolchain Initial version 2026-07-24 00:34:43 +02:00

Conjures Eventbrite

A helper web-app to allow us to manage our events more easily

Run locally

watchexec \
  --socket 8080 \
  --restart \
  --debounce 1s \
  --stop-signal SIGINT -- \
  cargo run

Deploy

Set git alias with:

git config alias.deploy '!git push && ssh -4 sitegui@ssh.sitegui.dev ./deploy conjurestemporel/conjures-eventbrite'

then simply run git deploy to push and deploy.