chaostreff.ch 2.0, Work in Progress
Find a file
s3lph 06e5f8d457
All checks were successful
/ upload (push) Successful in 34s
/ build (push) Successful in 1m8s
fix: ci
2025-01-02 20:54:22 +01:00
.forgejo/workflows fix: ci 2025-01-02 20:54:22 +01:00
l10n remove irc as contact 2025-01-02 20:50:23 +01:00
src remove irc as contact 2025-01-02 20:50:23 +01:00
static initial commit 2023-01-04 02:32:00 +01:00
static-src fix: spaceapi v15 compliance 2025-01-02 20:51:13 +01:00
.gitignore initial commit 2023-01-04 02:32:00 +01:00
build.py httpd config 2023-01-04 03:05:25 +01:00
config.yml fix: spaceapi v15 compliance 2025-01-02 20:51:13 +01:00
LICENSE initial commit 2023-01-04 02:32:00 +01:00
README.md httpd config 2023-01-04 03:05:25 +01:00
requirements.txt feat: add provisional spaceapi v15 hub endpoint 2024-05-25 14:24:37 +02:00
run.py feat: add provisional spaceapi v15 hub endpoint 2024-05-25 14:24:37 +02:00

chaostreff.ch

Source code and build scripts for chaostreff.ch

Production Deployment

$ python3 -m virtualenv venv
$ . venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ ./build.py

Then deploy the contents of out/ to the webroot.

To make the site really usable, the following features should be configured:

  • A proxying service for SpaceAPI endpoints (since some of them don't set CORS headers)
  • Automatic redirection to the correct language subpage based on the Accept-Language header

An example configuration for Apache httpd can be found in the httpd.conf file.

Local Development Setup

$ python3 -m virtualenv venv
$ . venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ ./build.py
(venv) $ ./run.py

run.py includes a SpaceAPI proxy to work around missing CORS headers.

License

With exception of the sources listed below, this project is licensed under the MIT License.

static/*/bootstrap*

static/{css,js}/leaflet*

static/img/leaflet-marker-*