cel commented on issue cel/hackerspace-zone-mirror#12
certbot renewal name collisionrenewal 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 collisionfixed ```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 saga at cel/open-source-meetup-alternatives from mirror
-
1e507582cf Mark some projects as inactive
2 years ago
cel synced commits to saga at cel/open-source-meetup-alternatives from mirror
-
322b1cae6c Update README.md
2 years ago
cel commented on issue cel/hackerspace-zone-mirror#12
certbot renewal name collisionoccurred 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 uploadsFix: `docker-compose exec hedgedoc chown hedgedoc:10000 public/uploads` https://basement.woodbine.nyc/admin#if-hedgedoc-file-uploads-break
2 years ago
cel commented on issue cel/hackerspace-zone-mirror#16
.well-known CORS headers neededFix: ```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 commented on issue cel/hackerspace-zone-mirror#2
Passthrough WebFinger requests to MastodonThis 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 changesCould 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 closed issue cel/hackerspace-zone-mirror#3
Login to Mobilizon with Keycloak not working2 years ago
cel commented on issue cel/hackerspace-zone-mirror#3
Login to Mobilizon with Keycloak not workingAfter 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 workingCorresponding 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 workingFound 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