18 Commits

Author SHA1 Message Date
0b77d95ae4
fix(backend): register role seed (#337)
* adjust seed structure to support multiple projects

* fix gitignore

* seed the role a user has when registered properly
2025-08-26 13:53:01 +02:00
d199d47730
feat(backend): seed multi project architecture (#327)
* rename manual folder to seed-manual

* adjust seed structure to support multiple projects

* add gitignore

---------

Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-08-26 11:46:06 +02:00
62777970fc
rename manual folder to seed-manual (#326) 2025-08-26 11:39:29 +02:00
af7f51efbd
refactor(backend): directus sync files (#325)
* update directus-extension-sync

* seed files via directus sync

* delete manual seed files & script
2025-08-26 11:24:02 +02:00
85b0f93ab7
feat(backend): selfhosted utopia map (#299)
* describe manual seed

* directus minimal seed & seed instructions

* use api config everywhere, default to localhost, ignore .env file, provide .env.dist

* fix lint

* backend readme: import dump instructions

* complete instructions for seeding

* update readme, fix merge conflict, typos
2025-08-14 09:00:23 +00:00
42086b9217
feat(backend): manual seed (#313)
* bind uploads folder to local harddrive

* updated backend README.md regarding permissions

* manual seed script

* seed branding utopia-logo

* describe manual seed

* simplify directus logo seed (only update one field)

---------

Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-08-14 10:56:15 +02:00
5c79633ea4
feat(backend): directus seed advanced (#306)
* directus minimal seed & seed instructions

* more seed data

* places-layer

---------

Co-authored-by: Anton Tranelis <31516529+antontranelis@users.noreply.github.com>
2025-08-14 09:47:23 +02:00
aa13c44cba
delete map user_type as it is no longer required (#309) 2025-08-14 07:08:14 +00:00
cf80f35b5c
feat(backend): bind uploads folder to local harddrive (#312)
* bind uploads folder to local harddrive

* updated backend README.md regarding permissions
2025-08-14 08:40:25 +02:00
9b2ac9f74f
directus minimal seed & seed instructions (#305) 2025-08-13 23:14:29 +00:00
a778fcf971
backend readme: import dump instructions (#296) 2025-08-13 23:10:30 +00:00
188f8ad284
describe how to backup the database (#314) 2025-08-13 20:31:14 +00:00
6b57993d9f
directus collections used on production (#297) 2025-08-13 20:27:30 +00:00
d044143aa1
correctly bind and document postgress data folder bind (#298) 2025-08-12 11:10:19 +02:00
05268fbc3d
pin correct directus version 11.7.2 (#294) 2025-08-11 20:13:01 +02:00
Anton Tranelis
729f97f38a
refactor(app): rename frontend directory (#273) 2025-07-01 16:51:46 +02:00
245d41816e
empty directus data dump
empty directus data dump + README.md explaining how to do so

also document how to push data
2025-03-10 16:45:21 +01:00
9944964e2e
docker-compose backend + dockerfile including sync extension
Includes a directus backend in the docker-compose file and the extension
`directus-sync` to allow the persisting of the directus configuration.
2025-03-10 16:37:09 +01:00