• 5 Posts
  • 22 Comments
Joined 3 years ago
cake
Cake day: June 10th, 2023

help-circle

  • moira@femboys.bartoSelfhostedwhich git server for a company?
    link
    fedilink
    English
    arrow-up
    15
    ·
    2 years ago

    If you only need a bare minimum, and don’t plan to heavily use CI/CD, container/packages registries, integrations with other tools i would go with gitea/forgejo (you can always use external tools on top), else i would use selfhosted Gitlab, it has pretty much all the things you could imagine to need with software development and deployment









  • moira@femboys.bartoSysadminGood hosting?
    link
    fedilink
    arrow-up
    2
    ·
    2 years ago

    For me Hetzner cloud is on the top, fair pricing (especially comparing to top cloud providers), very quick instance creation, pretty versatile - for example you can create an internal network between dedicated servers in hetzner and their cloud instances.







  • moira@femboys.bartoSelfhostedLemmy selfhost problem
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 years ago

    Your docker install is too old and it doesn’t support that docker-compose version, you probably should update your docker to more recent one (are you running debian 10 on default repositories?), or you could remove logging references from file (these x-logging lines in each service and whole section on top of file)





  • Close enough! I’m using a HP z230 SFF, not as small as those 1L USFF, but pretty practical for a small homeserver, have a couple of PCI-E slots to expand, can hold 2x HDD (if you count replacing 5,25 optical drive with a tray) or multiple SSD wherever they fit. Pretty happy with this build, day-to-day it draws about ~18-50W from the wall, depends on load.



  • My instance is actually behind cloudflare and it works fine, but remember that it would be possible to “expose” ip of your server due to federation, as your server will talk to other server (directly, that traffic won’t go over cloudflare), so if you are paranoid about that, i would recommend setting up a wireguard tunnel to cloud instance, and forwarding the traffic that way, or just setup the lemmy on that instance


  • Proxmox itself is pretty lightweight, and yes, i’m also running other VMs and LXC containers (not much, about 9 containers with some lite services like teamspeak server, couple of bots, deluge and hestiacp, prometheus, k3s for testing and “vdi” in vm). Actually - i’m running docker - inside LXC containers. Not the prettiest way to do it, but it works fine