Momo website https://momo.koeln
 
 
Go to file
teutat3s 1f392db19a
Fix mail contact, use mailing list for now
2023-03-27 18:50:07 +02:00
README.md Add initial Readme 2023-03-14 13:23:39 +01:00
index.html Fix mail contact, use mailing list for now 2023-03-27 18:50:07 +02:00

README.md

How to publish a new version

# If you haven't setup minio-client yet
nix shell minio-client

mc alias set \
  garage-momo \
  https://s3.greenbaum.cloud \
  ACCESS_KEY \
  SECRET_KEY \
  --api S3v4

# minio-client setup? Then just publish to garage via S3 API:
mc cp ./index.html garage-momo/momo.koeln/

ToDos

  • Setup CI pipeline for publishing