Hello, I have a professional hosting provider (o2switch) for most web services and an other (pcloud) for mass (2Tb) cloud storage. That said, not all is provided by these operators, for example agenda, notes and other cloud services of nextcloud are not built in pcloud, nor any service needing extra port opening like INN usenet server. I may also need house management server. so why I also have my own openSUSE server, since as long as I can remember. For some reasons not meaningful here, I have now a new server built on my ISP box/nat/server hardware, with openSUSE Tumbleweed. Until now I managed my server myself with yast and the CLI (no graphical interface here), but I aging and beginning to be lazy :-( With O2switch I have a complete cpanel/softaculous system I like a lot. I also tested Yunohost, but not only it's Debian based but very difficult to manage for any software not initially included (INN, pmwiki...). Most of the Cpanel clones I know of are Debian or Redhat oriented (webmin, floxlor...). Do you know of any cpanel clone openSUSE friendly? thanks jdd -- c'est quoi, usenet? http://www.dodin.org/wiki/pmwiki.php?n=Usenet.Usenet
On Sun, 20 Aug 2023 09:56:53 +0200 "jdd@dodin.org" <jdd@dodin.org> wrote:
Hello,
I have a professional hosting provider (o2switch) for most web services and an other (pcloud) for mass (2Tb) cloud storage.
That said, not all is provided by these operators, for example agenda, notes and other cloud services of nextcloud are not built in pcloud, nor any service needing extra port opening like INN usenet server. I may also need house management server.
so why I also have my own openSUSE server, since as long as I can remember. For some reasons not meaningful here, I have now a new server built on my ISP box/nat/server hardware, with openSUSE Tumbleweed.
Until now I managed my server myself with yast and the CLI (no graphical interface here), but I aging and beginning to be lazy :-(
With O2switch I have a complete cpanel/softaculous system I like a lot.
I also tested Yunohost, but not only it's Debian based but very difficult to manage for any software not initially included (INN, pmwiki...).
Most of the Cpanel clones I know of are Debian or Redhat oriented (webmin, floxlor...).
Do you know of any cpanel clone openSUSE friendly?
Hmm,https://en.opensuse.org/SDB:Webmin https://software.opensuse.org/package/froxlor
thanks jdd
Hey, Dne neděle 20. srpna 2023 16:29:25 CEST, Dave Howorth napsal(a):
Hmm,https://en.opensuse.org/SDB:Webmin https://software.opensuse.org/package/froxlor
thanks jdd
What happened to WebYast? https://en.opensuse.org/Portal:WebYaST[1] Regards, Gfs -------- [1] https://en.opensuse.org/Portal:WebYaST
Le 20/08/2023 à 17:09, Lukáš Krejza a écrit :
What happened to WebYast?
https://en.opensuse.org/Portal:WebYaST <https://en.opensuse.org/Portal:WebYaST>
abandonned around 2014 jdd -- c'est quoi, usenet? http://www.dodin.org/wiki/pmwiki.php?n=Usenet.Usenet
Le 20/08/2023 à 16:29, Dave Howorth a écrit :
# zypper install froxlor Problem: nothing provides 'apache2-mod_php7' needed by the to be installed froxlor-2.0.13-1.1.noarch php7? I only have php8 in Tumbleweed. Is it wise to force install of php7 or is there any other way to go?
this page is obviously obsolete, there is no (no more?) github.com/webmin/webmin.git file in https://github.com/webmin/webmin # git clone git://github.com/webmin/webmin.git /usr/local/webadmin Cloning into '/usr/local/webadmin'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out officiel webmin install meethod: localhost:~ # curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4945 100 4945 0 0 22052 0 --:--:-- --:--:-- --:--:-- 22075 localhost:~ # sh setup-repos.sh Error: Unknown OS : opensuse suse ideas? thanks jdd -- c'est quoi, usenet? http://www.dodin.org/wiki/pmwiki.php?n=Usenet.Usenet
On Mon, 21 Aug 2023 08:14:18 +0200 "jdd@dodin.org" <jdd@dodin.org> wrote:
Le 20/08/2023 à 16:29, Dave Howorth a écrit :
# zypper install froxlor
Problem: nothing provides 'apache2-mod_php7' needed by the to be installed froxlor-2.0.13-1.1.noarch
php7?
I only have php8 in Tumbleweed. Is it wise to force install of php7 or is there any other way to go?
Dunno. There seem to be startlingly different version numbers so I'd be very careful of whatever I did. I was just pointing out that there were opensuse pages allegedly linking to the two projects you mentioned
this page is obviously obsolete, there is no (no more?)
github.com/webmin/webmin.git
file in
https://github.com/webmin/webmin
# git clone git://github.com/webmin/webmin.git /usr/local/webadmin Cloning into '/usr/local/webadmin'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out
Dunno, there's been a lot of noise lately about changes to github's authentication mechanisms, but I haven't been following so don't know what the issues are or how to adapt to resolve them.
officiel webmin install meethod:
localhost:~ # curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4945 100 4945 0 0 22052 0 --:--:-- --:--:-- --:--:-- 22075 localhost:~ # sh setup-repos.sh Error: Unknown OS : opensuse suse
ideas?
I used to use webmin (on a Scientific Linux system) and I remember I was fairly happy with it, so I'd suggest persevering. The last release was two weeks ago, so it still seems to be a current project. I think it's clear setup-repos.sh isn't set up to handle openSUSE [yet!] I think you can find the RPMs at https://download.webmin.com/devel/rpm/ or https://github.com/webmin/webmin/releases When I looked at https://webmin.com/docs/ the timestamp was 1 minute ago, so I think they're current :) and they link to some useful looking docs. There seems to be a users' mailing list at https://sourceforge.net/p/webadmin/mailman/webadmin-list/
On Mon, Aug 21, 2023 at 1:45 PM Dave Howorth <dave@howorth.org.uk> wrote:
# git clone git://github.com/webmin/webmin.git /usr/local/webadmin Cloning into '/usr/local/webadmin'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out
Dunno, there's been a lot of noise lately about changes to github's authentication mechanisms, but I haven't been following so don't know what the issues are or how to adapt to resolve them.
guthub stopped supporting direct git connections at least a year ago if not earlier. It is either ssh or https. It has nothing to do with mandatory 2FA.
On Mon, 21 Aug 2023 13:47:56 +0300 Andrei Borzenkov <arvidjaar@gmail.com> wrote:
On Mon, Aug 21, 2023 at 1:45 PM Dave Howorth <dave@howorth.org.uk> wrote:
# git clone git://github.com/webmin/webmin.git /usr/local/webadmin Cloning into '/usr/local/webadmin'... fatal: unable to connect to github.com: github.com[0: 140.82.121.3]: errno=Connection timed out
Dunno, there's been a lot of noise lately about changes to github's authentication mechanisms, but I haven't been following so don't know what the issues are or how to adapt to resolve them.
guthub stopped supporting direct git connections at least a year ago if not earlier. It is either ssh or https. It has nothing to do with mandatory 2FA.
You can see how often I use github then :) It does seem to be to do with authentication though - https://docs.github.com/en/get-started/getting-started-with-git/caching-your... talks about caching credentials :) But in any case, I wasn't suggesting using github, just commenting on jdd's attempt. There's a webmin.com address I gave.
Le 21/08/2023 à 12:45, Dave Howorth a écrit :
I used to use webmin (on a Scientific Linux system) and I remember I was fairly happy with it,
I had also, and was not happy, but it was around 20 years ago :-)), may have changed since :-) so I'd suggest persevering. The last release
was two weeks ago, so it still seems to be a current project.
for this, yes. I just wonder if adapting webmin for my openSUSE needs will be easier than using yast directly :-) I want, among other things, play with my wiki (pmwiki), INN (usenet server), Nemoweb (also usenet server, jntp) and some others Yunohost, for example, that I used for Nextcloud server is so secure oriented than adding anything not pre-configured is a nightmare (I used it at least one year). right now I'm in the very first stages of setting my server, so I can try and if it don't works delete and redo... thanks jdd -- c'est quoi, usenet? http://www.dodin.org/wiki/pmwiki.php?n=Usenet.Usenet
Le 21/08/2023 à 12:45, Dave Howorth a écrit :
I think you can find the RPMs at https://download.webmin.com/devel/rpm/ or https://github.com/webmin/webmin/releases
I used the one on the webmin download page and edoted the openSUSE wiki accordingly https://en.opensuse.org/SDB:Webmin for example, I had to search the web to know webmin port is 10000 :-)) of course, updates to this page welcome thanks jdd -- c'est quoi, usenet? http://www.dodin.org/wiki/pmwiki.php?n=Usenet.Usenet
participants (4)
-
Andrei Borzenkov
-
Dave Howorth
-
jdd@dodin.org
-
Lukáš Krejza