Replies: 1 comment
-
to create super user |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have managed to get the docker image up and running. etesync is connecting to the db. When I run http://server:port I get this page:
If I review the readme file I do not really see anything else to do. Is this correct?
If I go to http://server I see"
"[Django administration]"
Is this correct? I was expecting to see a webpage with the etesync logo?
I attempted to test this with by setting up a user Django user. Then I used the etesync group resource from KDE Kalendar. I enter the username, password and server and it creates a new etesync calendar.
So it appears to be working I can see this in the log:
INFO: 172.29.0.15:43218 - "GET /api/v1/collection/xhdhehdqij4hfjdsfakwaTTHGLKDjk3/item/?limit=50 HTTP/1.1" 200 OK
but how does the encryption work in this context? If I am using a Django username and password then wouldn't anyone who has access to the server where Django stores the password have access to the calendar and all the date inside?
Also, is there anyway to migrate my existing data to this new server? Any tips or tricks?
Beta Was this translation helpful? Give feedback.
All reactions