Lemmy.World
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
Felix Urbasik@ma.fellr.net to Selfhosted · 3 years ago

Okay [#Plesk](https://ma.fellr.net/tags/Plesk), I'm breaking up with you.

ma.fellr.net

external-link
message-square
26
link
fedilink
14
external-link

Okay [#Plesk](https://ma.fellr.net/tags/Plesk), I'm breaking up with you.

ma.fellr.net

Felix Urbasik@ma.fellr.net to Selfhosted · 3 years ago
message-square
26
link
fedilink

Okay #Plesk, I’m breaking up with you.

When I was new to #SysAdmin stuff, #Plesk helped me a lot with setting things up, especially email. But this is just stupid. I’m already paying for a server package that comes with Plesk, but it can’t administer #PostgreSQL?

Fuck that. I’m leaving.

Any #OpenSource #FOSS alternatives? (Don’t you dare to say #Docker 😠)

@[email protected]
@[email protected]
@[email protected]
#selfhosted #server #admin

alert-triangle
You must log in or register to comment.
  • lhx
    link
    fedilink
    arrow-up
    3
    ·
    3 years ago

    Why not docker? Docker is great?

  • Ξινόμιλο (reloaded)@libretooth.grdeleted by creator
    link
    fedilink
    arrow-up
    2
    ·
    3 years ago

    @fell @[email protected] @[email protected] @[email protected] virtualmin? Not sure about ispconfig and postgres. But there are a few foss alternatives to plesk.

    • Felix Urbasik@ma.fellr.netOP
      link
      fedilink
      arrow-up
      1
      ·
      3 years ago

      @xinomilo @[email protected] @[email protected] @[email protected]

      Maybe it’s time to fully embrace the terminal then. May the force be with me when I set up #SMTP #IMAP #SPF #DMARC #SpamAssassin #Pyzor and more

      • Ξινόμιλο (reloaded)@libretooth.grdeleted by creator
        link
        fedilink
        arrow-up
        1
        ·
        3 years ago

        @fell @[email protected] @[email protected] @[email protected] i’d suggest #rspamd as a faster alternative to spamassassin. also includes modules for dkim, dmarc, ratelimit and others, so no need to run extra daemons along, (like opendmarc, opendkim, postgrey, policyd, etc…)

        2c.

  • Taasz/Woof@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    2
    ·
    3 years ago

    Hestia is decent.

    But since I don’t want to host email or DNS, I just ended up setting up nginx and php with a database from scratch, I find it easier to manage that way since it’s fairly simple and I know more about what’s going on inside.

  • nbafantest
    link
    fedilink
    arrow-up
    2
    ·
    3 years ago

    I wonder if is because you’re paying for it, so the license for Postgres is restrictive.

  • lamp@berserker.town
    link
    fedilink
    arrow-up
    2
    ·
    3 years ago

    @fell @selfhosted sudo apt install postgresql-server

    sudo -u postgres psql

  • SivilianOnBace :linux:@social.vivaldi.net
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    3 years ago

    @fell @[email protected] @[email protected] @[email protected] i don’t know for sure if #podman is foss but i know it is an alternative to Docker.

    • sqraw@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      3 years ago

      Yep podman is FOSS. It was developed by redhat originally, which might be concerning to some given the recent news about RHEL, but that’s probably not relevant. Use it for homeassistant, etc and it can be less ready-out-the-box than normal docker but works well on the whole. Mind you if you have an issue with docker-the-system rather than any docker.io controversy, then it probably isn’t for you either.

    • SivilianOnBace :linux:@social.vivaldi.net
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      3 years ago

      @fell @[email protected] @[email protected] @[email protected] https://podman.io

      • Felix Urbasik@ma.fellr.netOP
        link
        fedilink
        arrow-up
        1
        arrow-down
        2
        ·
        3 years ago

        @cmicmuir @[email protected] @[email protected] @[email protected]

        Podman might be interesting, but I’ve had bad experiences with containers. If you compare them directly, there is a noticeable performance impact. At least with #Docker there was. And I don’t want to pay for more hardware than I need. I’ll give it a try, thanks!

        • sudneodeleted by creator
          link
          fedilink
          arrow-up
          1
          ·
          3 years ago

          The performance impact usually is negligible. Containers are nothing else than cgroups and a set of namespaces. In fact, you can create a container without any container runtime (podman, docker etc.). It might be that the performance hit was due to an image being built poorly, or the runtime being configured in a strange way? The only metric where there is some performance hit is the network, and that’s because - depending on the configuration - the traffic **might ** flow through more hoops. Obviously it is possible to run the containers in the host network namespace, if this is really an issue.

          All of this not to try to convince you or to claim your experience is false, is just that I am very surprised, I am aware that containers have some downsides, but usually performance is not really one of them.

  • Damien@layer8.space
    link
    fedilink
    arrow-up
    1
    ·
    3 years ago

    deleted by creator

    • Felix Urbasik@ma.fellr.netOP
      link
      fedilink
      arrow-up
      1
      ·
      3 years ago

      @damien @[email protected] @[email protected] @[email protected] To be honest, no, not yet.

  • Nerdeiro :debian: :steamdeck:@fosstodon.org
    link
    fedilink
    arrow-up
    1
    ·
    3 years ago

    @fell @[email protected] @[email protected] @[email protected]

    #Podman ?

    Ok, sorry. Try https://www.pgadmin.org/. You’ll still have to run the database yourself before you can administer it with pgAdmin, tho. So get used to apt/yum/dnf/docker/podman/etc.

    • Felix Urbasik@ma.fellr.netOP
      link
      fedilink
      arrow-up
      1
      ·
      3 years ago

      @nerdeiro @[email protected] @[email protected] @[email protected]

      Thanks, but what I really meant was something for the entire server like Plesk was. I’ll definitely take a look at pgAdmin, but I mainly need something that takes the pain out of E-Mail server configuration. And of course, some Web and Database stuff would be nice. I used to use ISPConfig a few years ago, I wonder if it has improved. 🤔

      • Nerdeiro :debian: :steamdeck:@fosstodon.org
        link
        fedilink
        arrow-up
        1
        ·
        3 years ago

        @fell @[email protected] @[email protected] @[email protected] Ah, ok. In this case, take a look at Yunohost: https://yunohost.org/

        It can install and manage all sorts of things.

        • Felix Urbasik@ma.fellr.netOP
          link
          fedilink
          arrow-up
          1
          ·
          3 years ago

          @nerdeiro @[email protected] @[email protected] @[email protected]

          Riiiiight! I forgot about that! I’ll definitely try that. But I’ll need another provider as mine only offers Ubuntu or CentOS I believe.

          But I was thinking of just buying a VPS for the static IP and then tunneling everything to my living room anyways, this way I could use my own hardware.

          • Benjamin@universeodon.com
            link
            fedilink
            arrow-up
            1
            ·
            3 years ago

            @fell @nerdeiro @[email protected] @[email protected] @[email protected]

            If it doesn’t conflict with your values, Cloudflare tunnel would get you something similar to the “tunnel through a VPS node” strategy at a lower cost.

            • Felix Urbasik@ma.fellr.netOP
              link
              fedilink
              arrow-up
              1
              ·
              3 years ago

              @blbecker @nerdeiro @[email protected] @[email protected] @[email protected]

              It does conflict with my values :)
              But depending on how cheap it is, I might be willing to… bend them. Thanks for the tip.

              • Benjamin@universeodon.com
                link
                fedilink
                arrow-up
                1
                ·
                3 years ago

                @fell @nerdeiro @[email protected] @[email protected] @[email protected]

                Honestly, same. Despite some hangups about using Cloudflare, it being free and not requiring a port forward into my network won out.

      • lamp@berserker.town
        link
        fedilink
        arrow-up
        0
        ·
        3 years ago

        @fell @nerdeiro @selfhosted https://mailcow.email

        • Nerdeiro :debian: :steamdeck:@fosstodon.org
          link
          fedilink
          arrow-up
          1
          ·
          3 years ago

          @lamp @fell @selfhosted Yup. I higly recommend. Mailcow is what I use for my own e-mails.

  • dontblink@feddit.it
    link
    fedilink
    arrow-up
    1
    ·
    3 years ago

    You mean now you need to pay for using the plesk software too?!?

  • terribleplan@lemmy.nrd.li
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 years ago

    containerd (which #Docker is built on top of) is actually FOSS and very usable with Nerdctl (though the packaging is kinda lacking last I checked)

    As others have said, podman is an option, that is if you are ok with Redhat’s brand of “Open Source”.

    You could just manage it yourself and use system packages if you hate your life and have too much free time.

    P.S. @[email protected] Hopefully this comment properly finds you, as it looks like some sort of Mastodon-sourced sort of thing, and I have not interacted with one of those from Lemmy before. It should just work I think, but who knows.

Selfhosted

selfhosted

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: [email protected]

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don’t duplicate the full text of your blog or readme if you’re providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

  • selfh.st Newsletter and index of selfhosted software and apps
  • awesome-selfhosted software
  • awesome-sysadmin resources
  • Self-Hosted Podcast from Jupiter Broadcasting

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 651 users / day
  • 1.5K users / week
  • 5.72K users / month
  • 15.2K users / 6 months
  • 23.3K local subscribers
  • 62.2K subscribers
  • 6.72K Posts
  • 171K Comments
  • Modlog
  • mods:
  • Ruud
  • Loki
  • CannaVet
  • devve
  • ayyy@sh.itjust.works
  • curbstickle@anarchist.nexus
  • curbstickle_lw
  • UI: 0.19.20-5-ga406e80b
  • BE: 0.19.19-9-gc55dd700c
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code
  • join-lemmy.org