• Joined on
Loading Heatmap…

cel synced commits to main at cel/dillo-zet from mirror

4 months ago

cel commented on issue cel/hackerspace-zone-mirror#12

certbot renewal name collision

renewal done today manually https://basement.woodbine.nyc/ssl-management edited script to fix execution via symlink: ``` -DIRNAME="$(dirname $0)" +DIRNAME="$(dirname $(realpath "$0"))" cd…

1 year ago

cel commented on issue cel/hackerspace-zone-mirror#12

certbot renewal name collision

fixed ```diff --- a/nginx/certbot-renew +++ b/nginx/certbot-renew @@ -21,7 +21,7 @@ fi mkdir -p ../data/certbot/conf/archive/old -mv ../data/certbot/conf/archive/* old +mv ../data/certbot/c…

1 year ago

cel synced commits to main at cel/dillo-did from mirror

1 year ago

cel synced commits to saga at cel/open-source-meetup-alternatives from mirror

2 years ago

cel synced commits to saga at cel/open-source-meetup-alternatives from mirror

2 years ago

cel commented on issue cel/hackerspace-zone-mirror#12

certbot renewal name collision

occurred again today. temp fix: ``` ln -frs data/certbot/conf/archive/woodbine.nyc-0002/fullchain1.pem data/certbot/conf/live/woodbine.nyc/fullchain.pem ln -frs data/certbot/conf/archive/woodbi…

2 years ago

cel commented on issue cel/hackerspace-zone-mirror#15

Hedgedoc uploads

Fix: `docker-compose exec hedgedoc chown hedgedoc:10000 public/uploads` https://basement.woodbine.nyc/admin#if-hedgedoc-file-uploads-break

2 years ago

cel opened issue cel/hackerspace-zone-mirror#17

Update Element

2 years ago

cel commented on issue cel/hackerspace-zone-mirror#16

.well-known CORS headers needed

Fix: ```diff diff --git a/nginx/nginx/templates/chat.conf.template b/nginx/nginx/templates/chat.conf.template index 54da46c..11b7246 100644 --- a/nginx/nginx/templates/chat.conf.template +++…

2 years ago

cel opened issue cel/hackerspace-zone-mirror#16

.well-known CORS headers needed

2 years ago

cel opened issue cel/hackerspace-zone-mirror#15

Hedgedoc uploads

2 years ago

cel commented on issue cel/hackerspace-zone-mirror#2

Passthrough WebFinger requests to Mastodon

This is also included in #7 (https://github.com/osresearch/hackerspace-zone/pull/24/files#diff-2a889766ffd2dddaae142742fb6db4a74fcf8cd3e65401a326e1db3b045263daR63)

2 years ago

cel commented on issue cel/hackerspace-zone-mirror#7

Unmerged upstream changes

Could be good for us to run this, to help upstream with testing. Our local uncommitted changes may need to be stashed/saved and re-applied.

2 years ago

cel opened issue cel/hackerspace-zone-mirror#14

Host credential system e.g. Vault

2 years ago

cel opened issue cel/hackerspace-zone-mirror#13

Move this repo into an org?

2 years ago

cel closed issue cel/hackerspace-zone-mirror#3

Login to Mobilizon with Keycloak not working

2 years ago

cel commented on issue cel/hackerspace-zone-mirror#3

Login to Mobilizon with Keycloak not working

After setting an email address on my account in Keycloak's account management console (https://login.woodbine.nyc/realms/basement/account/) I can log in to Mobilizon successfully via Keycloak. T…

2 years ago

cel commented on issue cel/hackerspace-zone-mirror#3

Login to Mobilizon with Keycloak not working

Corresponding issue on Mobilizon issue tracker opened: https://framagit.org/framasoft/mobilizon/-/issues/1253

2 years ago

cel commented on issue cel/hackerspace-zone-mirror#3

Login to Mobilizon with Keycloak not working

Found a clue: username field is empty in log. via `docker logs 484cf4df1cb6 -f`: ``` 06:13:04.095 request_id=FzvvplCseLcqC_oAAIAi [info] GET /auth/keycloak 06:13:04.096 request_id=FzvvplCseLcqC_…

2 years ago