Hacker News new | ask | show | jobs
by warkdarrior 607 days ago
Are any of these apps open source and available for self hosting? Currently I am using a combination of Google Maps, spreadsheets, Joplin notes, and email to plan my trips. An app that replaces all of that and I can self host would be ideal.

Edit: Additional feature would love to see -- merge the trip plan with photos from the trip and send draft or publish to SSG/blog of choice.

1 comments

Ambulate is GPLv3, source code at https://github.com/oliverfields/tripplanner2.

It depends on Firebase for authorization and a S3 bucket for storage.

Copy dotenv.local_example to .env.local and add relevant info, then use npm run serve, to run locally.

Nice idea to merge trip plan and photos:)