atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.

Results 285 atomic-server issues
Sort by recently updated
recently updated
newest added

Hi, I am new here, i tried to follow the documentation in https://docs.atomicdata.dev/atomicserver/gui to run my servers but my local server and demo invite do not follow exactly what is...

@AlexMikhalev is interested in this

cli-rust
lib rust

In 2023, we added two new features: the Ontology editor, and the Table editor. Both of these allow users to create and edit a data model. I think it's a...

enhancement
browser

It would be nice if new users could set up their own VPS instance in one or two minutes - even if they've never done such a thing. ## Vultr...

PR Checklist: - [x] Link to related issues: closes #723, closes #840, closes #837, closes #831, closes #830 - [x] Add changelog entry linking to issue, describe API changes -...

When making a new resource that has a property that links to a file, you need to upload a file beforehand since you can't create a new one like you...

browser

Tried to release, but [got this in the CI](https://github.com/atomicdata-dev/atomic-server/actions/runs/7169522614/job/19520119669#step:7:9825) ``` Error: parse joepmeneer/atomic-server:v0.36.1 joepmeneer/atomic-server:latest: invalid reference format ``` I think this might be because `steps.meta.outputs.tags` outputs tags with newlines, while...

ci

See https://github.com/ontola/atomic-data-docs/issues/28 for spec discussion. ## WebHooks One potential solution for dealing with notifications is to add WebHook support. - Send notifications to chat apps like [Discord](https://gist.github.com/Birdie0/78ee79402a4301b1faf412ab5f1cdcf9) / Slack There...

plugin

Atomic Data introduces a new self-sovereign public key based authentication mechanism. This has its merits (users are in full control of their identity, instead of servers), but pretty much everyone...

server
security

Using Atomics full text search feature with @tomic/lib could be better. Currently it's not very straightforward ```ts const subject = buildSearchSubject( serverUrl, query, ); const searchResource = await this.store.fetchResourceFromServer(subject, {...

lib js