GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Mr. Bacon (tony@clew.lol)'s status on Saturday, 22-Feb-2025 11:50:27 JST Mr. Bacon Mr. Bacon
    I'm about the rage quit. Fucking hell.

    Container is running, locked the bitch down with firewalls, created it's owner user, image is up and running and nginx randomly starts throwing 502 errors.

    STOOPID

    I hate software lol
    In conversation about 3 months ago from clew.lol permalink
    • Embed this notice
      Vivi Nella Verita (verita84@shit.poster.place)'s status on Saturday, 22-Feb-2025 11:50:26 JST Vivi Nella Verita Vivi Nella Verita
      in reply to

      @Tony

      Containers make everything gay and over-complicated

      In conversation about 3 months ago permalink
      ✙ dcc :pedomustdie: :phear_slackware: likes this.
    • Embed this notice
      Fish of Rage (sun@shitposter.world)'s status on Saturday, 22-Feb-2025 11:53:17 JST Fish of Rage Fish of Rage
      in reply to
      • Vivi Nella Verita
      @verita84 @Tony I am moving all my stuff out of containers except for a few things that only work right in docker. too many mysterious problems.
      In conversation about 3 months ago permalink
    • Embed this notice
      Fish of Rage (sun@shitposter.world)'s status on Saturday, 22-Feb-2025 11:54:00 JST Fish of Rage Fish of Rage
      in reply to
      • Vivi Nella Verita
      @verita84 @Tony https://wiki.archlinux.org/title/Systemd-nspawn
      In conversation about 3 months ago permalink

      Attachments

      1. No result found on File_thumbnail lookup.
        systemd-nspawn - ArchWiki
    • Embed this notice
      Vivi Nella Verita (verita84@shit.poster.place)'s status on Saturday, 22-Feb-2025 11:54:01 JST Vivi Nella Verita Vivi Nella Verita
      in reply to

      @Tony

      If only containers had systemD support to manage services....would make them awesome

      In conversation about 3 months ago permalink
    • Embed this notice
      Mr. Bacon (tony@clew.lol)'s status on Saturday, 22-Feb-2025 11:54:02 JST Mr. Bacon Mr. Bacon
      in reply to
      • Vivi Nella Verita
      idk, as a whole I actually kinda like them. It's taken me a hot second to figure out that the container runs it's own shit and you have to manually tell it to install everything, but once I figured that out it's not super bad
      In conversation about 3 months ago permalink
    • Embed this notice
      Vivi Nella Verita (verita84@shit.poster.place)'s status on Saturday, 22-Feb-2025 11:57:45 JST Vivi Nella Verita Vivi Nella Verita
      in reply to
      • Fish of Rage

      @sun @Tony

      wow that looks cool, but container bloat

      I want containers to be able to install shit like on bare-metal, have systemd manage the service to make building containers less complicated

      In conversation about 3 months ago permalink
      Fish of Rage likes this.
    • Embed this notice
      Fish of Rage (sun@shitposter.world)'s status on Saturday, 22-Feb-2025 11:58:10 JST Fish of Rage Fish of Rage
      in reply to
      • Vivi Nella Verita
      @verita84 @Tony isn't that what podman is for, it's docker-compatible but doesn't do all its own networking and shit like docker does
      In conversation about 3 months ago permalink
    • Embed this notice
      ?? Humpleupagus ?? (humpleupagus@eveningzoo.club)'s status on Saturday, 22-Feb-2025 12:03:24 JST ?? Humpleupagus ?? ?? Humpleupagus ??
      in reply to
      • pwm
      • Vivi Nella Verita
      Nerd.
      In conversation about 3 months ago permalink
    • Embed this notice
      Mr. Bacon (tony@clew.lol)'s status on Saturday, 22-Feb-2025 12:03:25 JST Mr. Bacon Mr. Bacon
      in reply to
      • pwm
      • Vivi Nella Verita
      Well, im doing it this way so I actually learn how to do it. And i don't mind messing around with config files lol. After like a year and 10 different websites im finally figuring out nginx lol
      In conversation about 3 months ago permalink
    • Embed this notice
      Mr. Bacon (tony@clew.lol)'s status on Saturday, 22-Feb-2025 12:03:26 JST Mr. Bacon Mr. Bacon
      in reply to
      • Vivi Nella Verita
      Well, i wanted nginx on the host because i plan to have multiple containers and I want nginx to reverse proxy all of them. Putting it in it's own container sounds like just more useless work lol
      In conversation about 3 months ago permalink
    • Embed this notice
      pwm (pwm@lab.nyanide.com)'s status on Saturday, 22-Feb-2025 12:03:26 JST pwm pwm
      in reply to
      • Vivi Nella Verita
      @Tony @verita84 that just sounds like you're reimplementing container orchestration from first principles.
      If you're gonna go containers I would go containers all the way and just make that bitch something other than a manually set in place mess of containers
      In conversation about 3 months ago permalink
    • Embed this notice
      Vivi Nella Verita (verita84@shit.poster.place)'s status on Saturday, 22-Feb-2025 12:03:27 JST Vivi Nella Verita Vivi Nella Verita
      in reply to

      @Tony

      you can do two containers, 1 nginx, 1 app, they use the virtual network to communicate

      In conversation about 3 months ago permalink
    • Embed this notice
      Mr. Bacon (tony@clew.lol)'s status on Saturday, 22-Feb-2025 12:03:28 JST Mr. Bacon Mr. Bacon
      in reply to
      • Vivi Nella Verita
      And then put both of them into one container together.
      In conversation about 3 months ago permalink
    • Embed this notice
      Mr. Bacon (tony@clew.lol)'s status on Saturday, 22-Feb-2025 12:03:29 JST Mr. Bacon Mr. Bacon
      in reply to
      • Vivi Nella Verita
      I built a small website and I'm running it on a vps. It's inside a docker image and nginx is running on the host. I got it going, then a bot immediately scraped it, so i locked it down with firewalls, it was still working, creating a non root user (inside the container for it to run on) and it stopped listening for ipv4 requests and is now only listening for ipv6
      In conversation about 3 months ago permalink
    • Embed this notice
      Vivi Nella Verita (verita84@shit.poster.place)'s status on Saturday, 22-Feb-2025 12:03:29 JST Vivi Nella Verita Vivi Nella Verita
      in reply to

      @Tony

      would be better for you to put nginx in it's own container too

      In conversation about 3 months ago permalink
    • Embed this notice
      Vivi Nella Verita (verita84@shit.poster.place)'s status on Saturday, 22-Feb-2025 12:03:30 JST Vivi Nella Verita Vivi Nella Verita
      in reply to

      @Tony

      what software ?

      In conversation about 3 months ago permalink
    • Embed this notice
      Honey Badger Supreme 🇮🇪 (honeybadgersupreme@noauthority.social)'s status on Saturday, 22-Feb-2025 12:03:31 JST Honey Badger Supreme 🇮🇪 Honey Badger Supreme 🇮🇪
      in reply to
      • Fish of Rage
      • Vivi Nella Verita

      @sun @Tony @verita84 I stand by FreeBSD jails as being solid. Not helpful for everyone else's use-cases, but there is good container tech.

      In conversation about 3 months ago permalink
      Fish of Rage likes this.
    • Embed this notice
      Vivi Nella Verita (verita84@shit.poster.place)'s status on Saturday, 22-Feb-2025 12:06:58 JST Vivi Nella Verita Vivi Nella Verita
      in reply to
      • pwm

      @Tony @pwm

      If you want to do DDOS protection like me, Don't put nginx in container, easier to automate DDOS protection and shit outside of container

      In conversation about 3 months ago permalink
      Fish of Rage likes this.
    • Embed this notice
      Fish of Rage (sun@shitposter.world)'s status on Saturday, 22-Feb-2025 12:11:09 JST Fish of Rage Fish of Rage
      in reply to
      • anemone
      • Vivi Nella Verita
      @anemone @Tony @verita84 I ran into crippling bugs that prevented essential features from working, which killed my machine. example: cpu quotas. you can cap a process/systemd service to a fixed number of cores, to a percentage of cpu per core. In Ubuntu is absolutely did not work with containers despite this being a first class advertised container feature. I was having hardware issues at the time and could only keep the server up by rationing resources, which didn't work in containers, so I had to move everything out of the containers.

      supposedly all those bugs are fixed now but I don't trust containers anymore.
      In conversation about 3 months ago permalink
    • Embed this notice
      anemone@ebiverse.social's status on Saturday, 22-Feb-2025 12:11:10 JST anemone anemone
      in reply to
      • Fish of Rage
      • Vivi Nella Verita

      @sun@shitposter.world @verita84@shit.poster.place @Tony@clew.lol it’s funny since I’m doing the opposite

      In conversation about 3 months ago permalink
    • Embed this notice
      Fish of Rage (sun@shitposter.world)'s status on Saturday, 22-Feb-2025 12:20:01 JST Fish of Rage Fish of Rage
      in reply to
      • anemone
      • Vivi Nella Verita
      @anemone @Tony @verita84 this was ubuntu 22.04 LTS, it works on my other server 24.04 LTS
      In conversation about 3 months ago permalink
    • Embed this notice
      anemone@ebiverse.social's status on Saturday, 22-Feb-2025 12:20:02 JST anemone anemone
      in reply to
      • Fish of Rage
      • Vivi Nella Verita

      @sun@shitposter.world @Tony@clew.lol @verita84@shit.poster.place haven’t used systemd containers but resource limits work with kubernetes

      In conversation about 3 months ago permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.