Use case or problem
I’m using obsidian to write posts for a Hugo website, which I publish via on GitHub.
Lately, I activated Text Generator plugin which use OpenAI API and OpenAI rotated my API because it has been exposed.
Proposed solution
So, I’m looking for a solution to store my API outside of data.json like
- like with Ansible using an encrypted vault
- simply condense them all API inside one file which I could .git ignore it
- or even a better solution that I didn’t figure yet.
Current workaround (optional)
for now, I simply .gitignore .obsidian/plugins/*/data.json