nginx/miom: init miom.space website #116

Merged
b12f merged 2 commits from feat/miom.space into main 2024-02-25 21:42:04 +00:00
Owner

This adds an nginx configuration for https://miom.space/. MiOM is a
creative collective in Cologne that frequently hosts our hakken.irl
hackathons. They're already using our cloud to organize.

This service is a bit more specific than most pub.solar services and falls
into a similar category as the obs-portal.

On the old miom website all logging was turned off, we might want to do
the same thing in nginx here as well then.

This adds an nginx configuration for https://miom.space/. MiOM is a creative collective in Cologne that frequently hosts our hakken.irl hackathons. They're already using our cloud to organize. This service is a bit more specific than most pub.solar services and falls into a similar category as the obs-portal. On the old miom website all logging was turned off, we might want to do the same thing in nginx here as well then.
b12f added 1 commit 2024-02-25 15:09:43 +00:00
nginx/miom: init miom.space website
All checks were successful
Flake checks / Check (pull_request) Successful in 4m59s
0c7cef119d
This adds an nginx configuration for https://miom.space/. MiOM is a
creative collective in Cologne that frequently hosts our hakken.irl
hackathons. They're already using our cloud to organize.

This service is a bit more specific than most pub.solar services and falls
into a similar category as the obs-portal.

On the old miom website all logging was turned off, we might want to do
the same thing in nginx here as well then.
b12f added 1 commit 2024-02-25 15:44:42 +00:00
nginx/miom: disable logging
All checks were successful
Flake checks / Check (pull_request) Successful in 5m16s
91fdf5b79a
teutat3s requested changes 2024-02-25 17:20:48 +00:00
teutat3s left a comment
Owner

Log config needs changes.

Log config needs changes.
@ -0,0 +12,4 @@
extraConfig = ''
ErrorLog /dev/null
CustomLog /dev/null common
Owner
error_log /dev/null;
access_log /dev/null;
``` error_log /dev/null; access_log /dev/null; ```
b12f force-pushed feat/miom.space from 91fdf5b79a to 376c5daa9e 2024-02-25 17:50:35 +00:00 Compare
teutat3s approved these changes 2024-02-25 18:11:19 +00:00
b12f force-pushed feat/miom.space from 376c5daa9e to de04556191 2024-02-25 21:41:09 +00:00 Compare
b12f merged commit aa607396e4 into main 2024-02-25 21:42:04 +00:00
b12f deleted branch feat/miom.space 2024-02-25 21:42:04 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: pub-solar/infra#116
No description provided.