1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 07:19:36 +02:00
AdventureLog vous permet de consigner vos voyages et de les partager avec le monde entier. Vous pouvez ajouter des photos, des notes et bien plus encore à vos journaux. Gardez une trace des pays que vous avez visités, des régions que vous avez explorées et des endroits que vous avez visités. https://adventurelog.app/
Find a file
2024-04-18 19:27:51 -04:00
.devcontainer Add schema generation 2024-04-10 01:31:10 +00:00
.github Update tag-latest.yml 2024-04-11 11:17:58 -04:00
migrations Update database schema and add signup_date, last_login, and role columns to user table 2024-04-18 01:15:52 +00:00
sql Update AdventureCard component to remove commented out code and add exportData function to log page 2024-04-14 23:47:05 +00:00
src Update user settings page layout and form styling 2024-04-18 23:23:30 +00:00
static Add title to app.html and adjust button margin in Navbar.svelte 2024-03-29 23:00:35 +00:00
.dockerignore Add Dockerfile and .dockerignore, update log page layout 2024-03-30 21:30:22 +00:00
.env.example Update Navbar component and add logout functionality 2024-04-06 12:27:42 +00:00
.gitignore first commit 2024-03-29 21:41:22 +00:00
.npmrc first commit 2024-03-29 21:41:22 +00:00
compose-dev.yml Update server setup logic and add admin user creation in setup page 2024-04-18 23:00:35 +00:00
CONTRIBUTING.md Update CONTRIBUTING.md 2024-04-04 10:53:14 -04:00
docker-compose.yml Update database schema and add signup_date, last_login, and role columns to user table 2024-04-18 01:15:52 +00:00
Dockerfile Add PostgreSQL client and SQL scripts for parks data 2024-04-11 22:58:54 +00:00
drizzle.config.ts Consistent code formatting 2024-04-02 22:02:20 +00:00
LICENSE Create LICENSE 2024-04-01 09:34:26 -04:00
package-lock.json Added auth! 2024-04-03 00:51:12 +00:00
package.json Add user icon field and update version number 2024-04-11 13:46:41 +00:00
postcss.config.js Consistent code formatting 2024-04-02 22:02:20 +00:00
README.md Update README.md 2024-04-18 19:27:51 -04:00
startup.sh Update server setup logic and add admin user creation in setup page 2024-04-18 23:00:35 +00:00
svelte.config.js Add ORIGIN environment variable and update startup script 2024-04-10 13:30:54 +00:00
tailwind.config.js Add Nord theme option to theme selection dropdown in Navbar.svelte 2024-04-17 00:20:56 +00:00
tsconfig.json Consistent code formatting 2024-04-02 22:02:20 +00:00
vite.config.ts Consistent code formatting 2024-04-02 22:02:20 +00:00

AdventureLog: Embark, Explore, Remember. 🌍

⚠️ AdventureLog is in early development and is not recommended for production use until version 1.0!

"Never forget an adventure with AdventureLog - Your ultimate travel companion!"


Installation

Docker 🐋 (Recomended)

  1. Clone the repository
  2. Edit the docker-compose.yml file and change the database password
  3. Run docker compose up -d to build the image and start the container
  4. Wait for the app to start up and migrate then visit the port and enjoy!
  5. After navigating to the app, fill out the form to create the admin user.

Note: The ORIGIN variable is required for CSRF protection. It can be omitted if using a reverse proxy or other HTTPS service.