-
Setup a backup and restore system in the event of data loss
- Backup everything from the api
- Backup everything from the storage of images
-
**Is your feature request related to a problem?**
Some of us use docker to run the node.
When power recycles (some of us live in countries where the outages/cuts are more regular than the sunshine) …
-
We need to refactor the kernel a bit in how we handle storage-related procedures.
- Procedures in `api.masm` handle:
- Authentication checks (as they do now).
- Emitting events.
- Procedure…
-
-needed for (for tweets, profile pics, and background images on profile page)
-idea is to save URL in database, and actual images elsewhere
-
### User Story
As a dotCMS administrator,
I want to be able to see the health of dependent services,
so I can confirm configuration settings and infrastructure health.
### Acceptance Criteria
…
-
Follow-up to #2093
Related to #578
Similar to org quotas and proxies, we should add a superuser-only admin UI for configuring org storage on the orgs list.
For each org, we should support:
…
-
When updating `file-asset-apis` to v 1.0.0 in `teraslice/terafoundation` there are 2 type errors:
```
packages/teraslice/src/lib/storage/backends/s3_store.ts:79:53 - error TS2339: Property 'BucketAl…
-
I'm going through https://docs.serverpod.dev/deployments/deploying-to-gce-terraform , and I'll catalog any more issues I find here, with the goal of hopefully helping improve the docs...
(1) "On th…
-
```rust
#[utoipa::path(
tag = "Master Storage",
context_path = "/api/v1/storage",
)]
#[post("/")]
pub async fn store(
pool: Data,
form: MultipartForm,
socket: Data,
) -> Result {
…
-
I would like to propose a feature that allows users to create and manage a customizable blocklist within the BlockHub extension. This feature would enable users to add specific domains or URLs they wa…