chaostreff.ch 2.0, Work in Progress
Go to file
s3lph 73ae0427bf
All checks were successful
/ build (push) Successful in 28s
/ upload (push) Successful in 27s
feat: restrict upload job to ipv6 capable runners
2023-11-13 23:42:15 +01:00
.forgejo/workflows feat: restrict upload job to ipv6 capable runners 2023-11-13 23:42:15 +01:00
l10n Add IRC port 2023-01-11 00:04:10 +01:00
src Fix language rels 2023-01-11 22:25:51 +01:00
static initial commit 2023-01-04 02:32:00 +01:00
static-src Move spaceapi proxy prefix from config to spaceapi urls 2023-01-06 02:50:38 +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 Update ccczh contact infos 2023-01-10 01:11:08 +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 Add requirements.txt 2023-01-04 02:35:24 +01:00
run.py Add IRC port 2023-01-11 00:04:10 +01: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-*