0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-04-08 03:01:32 -05:00
immich/web
Lorenzo Montanari d7e0f0e70e
feat(web): exposed a job to manually trigger database backup procedures (#16622)
* feat(web): exposed a new job to create a manual database backup

* chore(server): added a new test case

* chore(server): moved job to backup db into the create job popup

* remove irrelevant change

* openapi

* chore: formatting

* docs: trigger backup documentation

---------

Co-authored-by: Lorenzo Montanari <13736036+l0ll098@users.noreply.github.com>
Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
Co-authored-by: Zack Pollard <zack@futo.org>
2025-03-11 11:30:43 +00:00
..
bin
src feat(web): exposed a job to manually trigger database backup procedures (#16622) 2025-03-11 11:30:43 +00:00
static
.dockerignore
.gitignore
.npmrc
.nvmrc
.prettierignore
.prettierrc
Dockerfile chore(deps): update node (#16538) 2025-03-03 14:31:34 -05:00
eslint.config.mjs
package-lock.json fix(deps): update typescript-projects (#16597) 2025-03-07 21:20:45 +00:00
package.json fix(deps): update typescript-projects (#16597) 2025-03-07 21:20:45 +00:00
postcss.config.cjs
README.md
svelte.config.js
tailwind.config.js
tsconfig.json
vite.config.js fix(web): fix lost scrollpos on deep link to timeline asset, scrub stop (#16305) 2025-03-04 20:34:53 -06:00

Immich web project

This project uses the SvelteKit web framework. Please refer to the SvelteKit docs for information on getting started as a contributor to this project. In particular, it will help you navigate the project's code if you understand the basics of SvelteKit routing.

When developing locally, you will run a SvelteKit Node.js server. When this project is deployed to production, it is built as a SPA and deployed as part of the server project.