Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankostis/garden
https://github.com/ankostis/garden
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankostis/garden
- Owner: ankostis
- Created: 2021-02-08T09:34:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T12:19:50.000Z (3 months ago)
- Last Synced: 2024-08-04T14:32:34.119Z (3 months ago)
- Language: JavaScript
- Size: 5.73 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.md
Awesome Lists containing this project
README
# My Garden setup
Sensitive information is stored in a "walled garden", an encrypted keybase git-submodule.
But couldn't [combine existing repo with it](https://delitescere.medium.com/combining-an-existing-git-repo-with-keybase-encrypted-git-2841609166f0),
due to GitHub's jekyll complains, as explained in [[foam]].
So it has to happen in 2 steps: clone and attach submodule locally only.## Walled Garden
Command to attach my walled Garden:
```bash
git submodule add -f keybase://private/ankostis/GardenWall Walls
```The `-f` is needed because `.gitmodules` is in `.gitignore`,
for it must not be pushed to GitHub repo.[//begin]: # "Autogenerated link references for markdown compatibility"
[foam]: foam.md "Foam"
[//end]: # "Autogenerated link references"