aefts
1.0.0
Full Text Search system from AppEngine 1st gen. Since it's hard to find a cost effective alternative.
Install gcloud sdk and app-engine-go component. Refer to github workflow for manual or automated deployment.
dev_appserver.py app.yaml --log_level=debug --port=8110Add these secrets:
APP_ENV - base64 encoded env.yaml using command "cat env.yaml | base64"
GCP_KEY - service account key with deployment roles to appengine also base64
PROJECT_ID - GCP Project
Roles to deploy
Add to workflow later
docker build -t altlimit/aefts:v0.0.1 -f build.Dockerfile .
docker push altlimit/aefts:v0.0.1