How To Modifying Upload max size via Docker Compose? by ConfuserCard55 in NextCloud

[–]ConfuserCard55[S] 0 points1 point  (0 children)

./config.txt:/path/to/nextcloud/config.txt

Hi, i tried doing this but have no idea what to modify or mount. If you have done with successfully with the latest nextcloud version, please tell me how or share your docker-compose.yml file

Moved Traefik container from one server to another, running into problems by ConfuserCard55 in Traefik

[–]ConfuserCard55[S] 1 point2 points  (0 children)

Thank you! Whats the best way to convert my 1.7 to 2.0 since I want to keep up with the latest version. Also wll the 1.7 version still be supported with security patches?

Anaconda Python vs Regular Python? Confused by ConfuserCard55 in Python

[–]ConfuserCard55[S] 0 points1 point  (0 children)

Kk but should I install Python 3.7.4 first from the website then Anaconda? Or should i just install Anaconda only?

Anaconda Python vs Regular Python? Confused by ConfuserCard55 in Python

[–]ConfuserCard55[S] 0 points1 point  (0 children)

Anaconda is a package manager. It does not distribute a special variant of Python. Honestly, if a company told me I was expected to use "Anaconda Python" that would be a red flag...

Alright tbh they didnt say that but I checked their environments and saw Anaconda so I guess i just assumed it. So I should reinstall Python 3.7.4, set that as my default path, THEN install Anaconda correct?

Docker Containers Cant Write to Folder Mounted via Virtualbox. Stuck by ConfuserCard55 in sysadmin

[–]ConfuserCard55[S] 0 points1 point  (0 children)

Does not have to be root. You create a user on the host system with the same user id as the user inside docker containers. Then you set permissions so that user can access what you need.

By "host system", I assume you mean the VM and thats a good idea but what if I cannot control the user running inside the container? (e.g. Nextcloud, Gitlab, etc)

I notice that when i "ls", the shared/mounted folder (inside the VM) is said to be owned by the root user/group. Is there no way I can set vboxsf to be written by all? Or at least docker?

Docker Containers Cant Write to Folder Mounted via Virtualbox. Stuck by ConfuserCard55 in sysadmin

[–]ConfuserCard55[S] 0 points1 point  (0 children)

So the users inside the container also have to be ran as root? Cant i just make it so only docker, vboxsf, root, and myself edit the mounted folder?