-
-
Notifications
You must be signed in to change notification settings - Fork 98
repair paths inside docker pod during :enable and :revoke.
#273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
|
Mind rebasing this onto master? I can take a look at it then :) |
|
Yep, done. |
|
Experiencing this |
|
@c4lliope what happens if |
|
@c4lliope Thanks for your hard work. can you rebase please ? |
Three years later?! |
|
Oh. Uh. I gotta say, I'm looking at this changeset and it all looks foreign to me after three years. I had no idea i dug so much into dokku core. I think the program is solid, only i haven't touched it in... 3 years, as the wombat says. These days im more or less hoping to replace dokku using nix, containers or no. I also like the look of dockge for docker-compose deployments. I could rebase and keep the spelling the same, but there's no chance that i can test this for real using selinux. Damn this is a curveball. If someone else is able, please hop in. Otherwise i may be spending a few days i don't have the luxury to spend. I'd do it though because i wouldn't have been homelabbing at all without dokku. You helped me escape heroku 5 years ago and this is the least i could do. Is anyone up for pair programming by chance? We could organize in the discord to push this along. |
|
Honestly I just needed an answer to my original question and I probably would have merged this years ago. I'll likely have time to pick this up soon, I'm aware that the docker-based installation of the letsencrypt plugin doesn't quite work due to how the plugin passes around arguments and files. |
A second approach, replacing #270 .
In SELinux machines, users can add
--env PERMISSIONS_CALLS='--privileged'inside their
docker container run dokku/dokkucall,and the flag will be applied during these
letsencryptcommands.