spacedrive/apps/server
Vítor Vasconcellos 2e17b6fe84
Small improvements to sd-server (#1822)
* Fix web spacedrive
 - Replace useOperatingSystem from App.tsx to directly using the 'browser' value, as we can't access usePlatform yet and the frontend crashes due to it.
 - Remove libav* deps from server docker, they are not needed anymore
 - Replace debian with distroless for the runtime base image in server docker

* Fix wrong distroless base image

* Copy missing shared lib

* Add comment explaining why use the debug tag for distroless

* Add missing SpacedriveInterfaceRoot in web/App.tsx
2023-11-25 01:23:10 +00:00
..
docker Small improvements to sd-server (#1822) 2023-11-25 01:23:10 +00:00
src Remove client secret from apps (#1423) 2023-10-03 14:45:19 +00:00
.gitignore ignore server library data 2022-09-13 18:49:45 -05:00
Cargo.toml Remove unused dependencies from server (#1694) 2023-10-29 05:59:16 +00:00
package.json Improve Sync + P2P Integration (#1265) 2023-08-29 17:54:58 +00:00