I want to be able to keep some files private
- Dominant language
- Python
- Stars
- 60
- Forks
- 18
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 38
Description
For example, PDFs of references. I am not allowed to post those publicly but I do want to back them up and view them on the website.
This could be done pretty easily for DVC files. Ones publicly available on GitHub not so much.
Another option:
```sh
calkit add my-path --private
```
This could work similar to DVC zip storage, where we sync private files into a private git repo in `.calkit/local`.
Contributor guide
Research direction
Start at the `calkit add my-path --private` entry point and compare the proposal with the existing DVC zip-storage behavior. Trace how private files could be synchronized into a private Git repository under `.calkit/local`. Done should include a defined private-file workflow that supports backing up and viewing files without making them public.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, python
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100