server
server copied to clipboard
The Etebase server (so you can run your own)
Hi, I noticed the activity of commits getting smaller in all etesync repos. As I am thinking of setting up and using etesync, as it seems to be the only...
`DJANGO_STATIC_ROOT` is required in order to run `collectstatic` in a packaging environment - manually specifying it as an environment variable should always override any config files that may exist. This...
Can a cross-browser extension be provided for Firefox, Chrome, and Chromium, along with a corresponding service, to store encrypted bookmarks? Thanks. This may actually be a part of a broader...
``` (.venv) root@xxxx:/opt/etebase# uvicorn etebase_server.asgi:application --port 8000 --host 0.0.0.0 INFO: Started server process [2446126] INFO: Waiting for application startup. ERROR: Traceback (most recent call last): File "/opt/etebase/.venv/lib/python3.9/site-packages/starlette/routing.py", line 621, in...
Hi, I hope this is the right repo. I have been using the hosted DAV adapter from Etesync's central dashboard page in order to sync it to a smart calendar...
This is the debug log I get on my Android client: https://gist.github.com/lokesh-krishna/79a82b0dbc1863f5f4041540c37d9459 Self-hosting on an Ubuntu VPS for over a year now. Never had this issue before and dunno how...
* I can not find any Documentation regarding the use of other databases than SQLite, such as MariaDB/mySQL or PostgreSQL * There is also no documentation available for a sys...
Since this cannot be supported securely client-side, I'd want to ask this question for both the hosted and the OSS (self-hosted) version. Thank you.
object storage such s3 are cheap. AFAIK, etebase could store the collection and subsequent files in such storage. I mean `MEDIA_ROOT` itself
in order to ease contributions and make the overall more robust would adding tests (eg; docker-compose local stack with postgres + fastapi api calls on test-client https://fastapi.tiangolo.com/tutorial/testing/) would be of...