Update to match public version

main
tjhintz 3 days ago
parent 5b66de5ed3
commit b6f4224a77

@ -165,7 +165,9 @@ Can be run locally or as a SaaS
** Current status ** Current status
A rough prototype of a docker compose based app running on flatcar A rough prototype of a docker compose based app running on flatcar
linux. linux. I believe most of the technical challenges have been explored
and prototyped. The current stage of development is to convert the
prototype to be production ready for an inital beta release.
** v1 ** v1
*** [ ] web interface for configuring / launching *** [ ] web interface for configuring / launching
@ -191,9 +193,11 @@ linux.
**** [ ] test backup / restore **** [ ] test backup / restore
*** [ X ] App logging (via Dozzle) *** [ X ] App logging (via Dozzle)
*** [ ] backups *** [ ] backups
**** [ ] select backup provider (tarsnap, borgbackup, etc) **** [ X ] select backup provider (tarsnap, borgbackup, etc)
**** [ ] implement **** [ X ] implement
**** [ ] test **** [ X ] test
**** [ ] test restore on DO (already tested locally)
**** [ ] properly backup apps instead of backing up full dir (like dump SQL for NextCloud)
*** [ ] monitoring / alerting? *** [ ] monitoring / alerting?
*** [ ] exporting *** [ ] exporting
*** [ ] one time purchases *** [ ] one time purchases
@ -206,18 +210,6 @@ linux.
In general, these have all been thought about and seem to be solveable In general, these have all been thought about and seem to be solveable
but still need more specific technical solutions. but still need more specific technical solutions.
- backups
The storage volume used on digital ocean already provides redudancy.
To provide complete, offsite backups, the /nassella folder just needs
to be backed up. (Could be something like just rsync or tarsnap, etc),
along with providing a backup of the config and terraform files internally
or via an "export" option.
- +logging+
Resolved for now with the [[https://dozzle.dev/][dozzle]] service
- monitoring / alerting - monitoring / alerting
- exporting - exporting
- migrating between platform providers (VPS providers, etc) - migrating between platform providers (VPS providers, etc)

Loading…
Cancel
Save