Replies: 3 comments
-
Hi @ovizii and thanks for the thorough review! And thanks for pointing the lack of Discussions! I have just enabled it 👍🏼 |
Beta Was this translation helpful? Give feedback.
-
This way, you encourage discussions between users without polluting your issues with simple questions. You can also transform an issue into a discussion :-) |
Beta Was this translation helpful? Give feedback.
-
Sorry for the belated response! Moved this to a discussion :) So, quick note about quotas - currently I made it so admins never have quota, even if you explicitly provide a number. But it's confusing and probably a good idea to be able to have quota indeed. I'm going to change that!
Thanks again for the feedback, much appreciated! 🙏 |
Beta Was this translation helpful? Give feedback.
-
So I ran the server successfully via docker, downloaded the Android app and used “create first user” to set up my account. I simply wanted to give feedback, if you like you can close this issue as soon as you have read it, but discussions seem disabled for this GitHub project, so I left the feedback here as “issue”.
I was a bit lost until I found the instruction:
I am still confused about a few issues, let me list them here:
when creating the first local storage bucket, I entered /local_test as path, and it ended up in the root of the container although in my docker-compose.yml I had mounted
- ./data/assets:/mnt/data1
- I thought circled-server would know to save in there. I guess it doesn't matter what and where we mount, we just need to remember the path and create local storage with the right paths.while logged in as my first user, I can still access the “create first user” function, did you leave this here in case one is setting up a second server? I expected it to be gone as not to confuse users. Not sure what will happen if I set up a second “create first user” though...
I have assigned myself the local storage nothing really changed, I gave myself a quota, the “0MB out of “smiley” still shows no quota.
I was still stuck with “Albums” showing the text no albums... telling me how to create some... It wasn't until I forcefully closed the app that my library and Moments tabs showed up.
my account still says: 0MB out of 490GB - at first I wasn't sure where this figure came from but that is the amount of available storage on my Docker library. This does not make much sense since I do not save anything in there, everything is supposed to be saved in mounted volumes, in this case in
- ./data/assets:/mnt/data1
- I manually moved my local storage to be /mnt/data1/local_test and now quota looks right: 0MB out of 390GB except the 1000MB quota I assigned myself should be shown here, right?Some screenshots showing the users quota and the account quota:
I am also wondering about (1) and (2) as I can't find any docs on how it all works. Will try exploring on my own meanwhile.
I often see this error in my logs:
Beta Was this translation helpful? Give feedback.
All reactions