-
Hasan posted an update
Self Managed Hosting 2.0 Course Updated!
Thusara Ashen Weerasekara, Aziz and mohamed-
Thank you very much for the update Hasan,
This is a solid course that is clear, concise and easy to follow,
to the point no messing about,
I am all caught up, I can’t wait for the rest of it
a side question @hasan :
should we do the same for the Postal VPS?Many thanks
Aziz-
@azizmek Thank you! yeah, we can secure the Postal VPS in the same way, we will have a dedicated section later for it
-
-
Awesome, Thank you Hasan
1 -
Hi @hasan,
This is all good, but there times when you need the user to take over as root,
an example i deployed a fastapi to coolify and deployed all migrations so i wanted to delete but permission was denied,
i had to remover appuser from dockerfile to be able to do this but i couldn’t create a new migrations as permission was denied
i tried chown -R appuser:appuser /app but i got “”Operation not permitted”
I guess what i am trying to say is the system is like Fort Knox that i can’t myself do anything as root haha,
any ideas how to gain root access when needed
many thanks
-
@azizmek Hi, thats an important question, can you please open a thread on the forum so we can discuss this in more details.
you can enable root access, and use it with coolify with ssh keys, but it is not the best practice for security, it is better to keep root disables, and give right permissions to coolify
-
-