[13:33:31]
<lapineige> > <@lautre:matrix.org> In the Forgejo page in Yunohost, I not understand :
> > Actually it's possible to access to the Git repositories by the git command over HTTP also in private mode installation. It's important to know that in this mode the repository could be ALSO getted if you don't set the repository as private in the repos settings.
>
> Can i push some code with critical data like password or keys? (I know, it's a bad habit, I'm searching another way)
> It's a clear passwords, generic (but randomized when created last year), and of course must be changed later. And, for the moment my code doesn't allow randomly password each time, not yet.
From what I read, if you also check the repo as private, the content shouldn't be accessible from outside. But i'm not 100% sure
[13:42:16]
<matt> Hi everyone!
[13:44:26]
<lapineige> You mean to run a docker container inside of a Yunohost server ?
[13:44:48]
<matt> yes, something like this
[13:45:15]
<matt> Sometimes, I have to runto docker containers on my instance of yunohost. Is there a way to make it happen?
[13:45:43]
<matt> It happens that sometimes the developpers are just providing a docker image, and nothing else
[13:46:31]
<matt> best example is stirling-PDF
[13:46:49]
<matt> Sometimes, I have to run a docker containers on my instance of yunohost. Is there a way to make it happen?
[13:47:52]
<lapineige> Yes, that's a significant issue. And the effort to convert them to "normal app" (dismantling the docker image to a simple install script) that could be packaged can vary from quite easy but a bit long to very difficult.
[13:47:58]
<matt> I don't think there is any restrictions, but there is no manager interface in the catalog of yunohost
[13:48:26]
<lapineige> What do you mean by manager interface ?
[13:48:38]
<matt> isn't a solution to offer the installation of a container manager?
[13:48:47]
<matt> oh, sorry.
[13:48:52]
<matt> something like portainer
[13:49:42]
<lapineige> > You mean to run a docker container inside of a Yunohost server ?
I believe there was an app for that, similar to the custom web app, but I can't find it anymore. On the easiest case, you setup a custom web app/redirect app, which points to your docker-installed software with accurate port and stuff like that.
[13:50:07]
<lapineige> > <@matematt:matrix.org> something like portainer
It's outdated : https://github.com/YunoHost-Apps/portainer_ynh
[13:50:39]
<matt> ok, I see
[13:52:41]
<lapineige> Also I don't think they are many people in common contributors willing to put many effort in supporting docker stuff, because it's very costly, difficult to integrate, and troublesome for… "nothing", I mean because software developers didn't provide any other packaging format to distribute their software, and the work fall back to us.
That's a pitty, but most of the time that means no Yunohost package.
[13:53:07]
<lapineige> That said, there are some topics in the forum about docker software management in YNH, you might take a look.
[14:16:45]
<matt> ok thanks lapineige
[14:17:00]
<matt> I agree this is a shame these situations are happening
[14:17:10]
<matt> I will follow your advice
[17:57:00]
<ChriChri[m]> Does anybody here use Pleroma?
[21:54:55]
<lapineige> The forum topic might be useful for that :)