|
|
||
|---|---|---|
| .. | ||
| README.md | ||
| cache.sh | ||
| cache_test.sh | ||
| gitlab.sh | ||
| gitlab_test.sh | ||
| gitlab_wiki.sh | ||
| google.sh | ||
| main.sh | ||
| notes.sh | ||
| notes_test.sh | ||
| rclone.sh | ||
| test.sh | ||
README.md
running
export RCLONE_CONFIG=/tmp/rclone.temp.conf export RCLONE_CONFIG_PASS=abc export CACHE=/tmp/notea-team3 export NOTES_ADDR=${NOTES_ADDR:-http://localhost:3004} export GITLAB_PAT=$(get_secret GITLAB_PAT) mkdir -p $CACHE bash main.sh echo $?