command
module
Version:
v0.0.0-...-8d4505b
Opens a new window with list of versions in this module.
Published: Nov 10, 2024
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
condo3
Feed generator for Doorkeeper group
https://condo3.appspot.com/
Available APIs
https://condo3.appspot.com/api/doorkeeper/{group}.{format}
Note
format
supports either ics
or atom
Develop
Setup
cp .envrc.example .envrc
vi .envrc
Mac
brew cask install google-cloud-sdk
gcloud components install app-engine-go
Run local
npm run build
make && ./bin/condo3
open http://localhost:8080/
Encrypt credentials with KMS
vi credential.txt
gcloud kms encrypt --location=global --keyring condo3 --key app --plaintext-file credential.txt --ciphertext-file credential.enc
cat credential.enc | base64 > encrypted_credential_base64.txt
Write to app.yaml
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.