speckle-server
speckle-server copied to clipboard
The Speckle Server, Frontend, 3D Viewer, & other JS utilities.
## TODO - [x] determine if this is also a change requiring manual intervention to upgrade? Fixes https://github.com/specklesystems/speckle-server/issues/866
⚠️ - currently broken and WIP. This PR is an attempt to use skaffold to deploy dev builds locally to either kind or minikube ( profiles to be added :)...
As well as improving boot-up & restart time (via smaller download & load size), Distroless reduces the attack surface area by removing almost all binaries & packages (e.g. shell, chown)...
Ordered by my opinion on importance: - [x] Vertex color support for meshes - [x] We really should implement the RTE improvement we’ve talked about [here](https://speckle.systems/blog/improving-speckles-rte-implementation/). - [x] HDRIs are...
- Basic Notifications API that relies on Redis PubSub, as discussed with Gergo - Comment mentions emails as the first feature that uses this API
Currently the activity of a user in the 3D viewer is always broadcasted regardless if the user is active or the tab is in focus. This results to the activity...
The renaming helps disambiguate the component from the speckle system, which is speckle-server fix https://github.com/specklesystems/speckle-server/issues/881
Helm: for email auth the initial user should be seeded with random credentials and invite-only set
**What package are you referring to?** Helm, Server **Is your feature request related to a problem? Please describe.** Currently, when deploying Speckle on Kubernetes with Email Auth there is a...
**What package are you referring to?** Helm Chart and all services **Is your feature request related to a problem? Please describe.** https://www.tenable.com/audits/items/CIS_Kubernetes_v1.20_v1.0.0_Level_2_Master.audit:98de3da69271994afb6211cf86ae4c6b **Describe the solution you'd like** Secrets should be...
*What package are you referring to?** Helm Chart **Is your feature request related to a problem? Please describe.** The following could be tidied 🧹 : - [ ] remove the...