YukiGasai / obsidian-google-calendar

Add Google Calendar inside Obsidian
https://yukigasai.github.io/obsidian-google-calendar/
GNU General Public License v3.0
388 stars 27 forks source link

Docs: How to self host? #276

Open SamEdwardes opened 1 month ago

SamEdwardes commented 1 month ago

Thank you for making this plugin. I really enjoy using it! I am interested in learning how to self host. From my reading of the code, when on desktop, all of the Google Oauth stuff happens at local host. For mobile, it happens at https://google-auth-obsidian-redirect.vercel.app.

Can you share any instructions on how I could go about hosting this myself locally? Right now I have not included google-auth-obsidian-redirect.vercel.app in my Google app b/c of my need to keep my data private, so it does not work on mobile.

Screenshot 2024-09-18 at 19 53 35@2x

osbm commented 1 month ago

I presume it is this project from author's repositories: https://github.com/YukiGasai/ObsidianGoogleCalendarAuth

SamEdwardes commented 1 month ago

Thank you! I was searching this repo and could not find it.