-
Notifications
You must be signed in to change notification settings - Fork 693
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jean-Yves <[email protected]>
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
> [!NOTE] | ||
> This container is there to compensate for the lack of functionality in Nextcloud Tables. | ||
> | ||
> When Nextcloud Tables V2 is released, I will stop checking for updates, and will no longer fix any potential issues. | ||
> | ||
> Some missing functionality in Nextcloud Tables: | ||
> - Multiple view layout (Gantt, Kanban, Calendar...) | ||
> - Field (Person, Tag, File...) | ||
> - See more here https://github.com/nextcloud/tables/issues/103 | ||
## NocoDb server | ||
This container bundles NocoDb without synchronization with Nextcloud. | ||
|
||
This is an alternative of **Airtable**. | ||
|
||
### Notes | ||
- You need to configure a reverse proxy in order to run this container since stalwart needs a dedicated (sub)domain! For that, you might have a look at https://github.com/nextcloud/all-in-one/tree/main/community-containers/caddy. | ||
- Currently, only `tables.$NC_DOMAIN` is supported as subdomain! So if Nextcloud is using `your-domain.com`, Stalwart will use `mail.your-domain.com`. | ||
- The data of NocoDb will be automatically included in AIOs backup solution! | ||
- After adding and starting the container, you need to run `docker inspect nextcloud-aio-nocodb | grep NC_ADMIN_PASS` to obtain the system administrator password (username: `[email protected]`). With this information, you can log in to the web interface at `https://tables.$NC_DOMAIN/#/signin` | ||
- See https://docs.nocodb.com/ for usage of NocoDb | ||
- See https://github.com/nextcloud/all-in-one/tree/main/community-containers#community-containers how to add it to the AIO stack | ||
|
||
### Repository | ||
https://github.com/docjyJ/aio-nocodb | ||
|
||
### Maintainer | ||
https://github.com/docjyJ |