mhzawadi

@mhzawadi@lemmy.horwood.cloud

I run this server

This profile is from a federated server and may be incomplete. For a complete list of posts, browse on the original instance.

mhzawadi ,

If your looking to allow that kind of traffic in and out of opensense, then yes if you use it. Just be mindful of what you need and only allow that in, outbound is normally everything.

mhzawadi ,

OMG, I haven't even got 10.9.5 installed yet.

If this is the pace of updates, I fear for client devs

mhzawadi ,

What you need then is swarm compose, that can run any service in global mode (in all nodes all the time) or scale mode.

mhzawadi ,

not sure I understand you, in docker swarm your containers are started on n number of works from a single compose file on a manager. you can add any number of work nodes to scale your service as needed

mhzawadi ,

That's not container orchestration, that's infrastructure orchestration. Depending on your use case docker swarm could just the right tool for the job.

You've been using Aws and they will happily let you add more nodes to your container runner of choice

mhzawadi ,

WOW
Looks like they have uncorked the update process, could be a wild ride for a bit

mhzawadi ,

A and AAAA records can have different IPs, the VPS will know it's the host for your A and to forward AAAA to your home IP

mhzawadi ,

this, most likely a netmask mismatch.

Make sure all 3 devices have a /24 (255.255.255.0) network mask

mhzawadi ,

your not a moron, networking is a learning opportunity. just need a way to debug your issue, thats how I go about all tech issues.

Most of what I know is on the job learning, I dont have any certificates in any of what I do.

mhzawadi ,

We have a git repo full of markdown files, I made this template repo https://github.com/mhzawadi/doc-store-template from it

mhzawadi ,

well the work they did to allow for faster updates has paid off in spades, sterling job to them

mhzawadi , (edited )

Hello 👋

You need to edit the below lines

set $jellyfin jellyfin;
resolver 127.0.0.1 valid=30s;

To look like the below

set $jellyfin 127.0.0.1;
#resolver 127.0.0.1 valid=30s;

Edited after reading the full config

mhzawadi ,

Linux has been ready for ARM for a long time, Android is linux and have been running for a long time. Also see the Raspberry Pi and PiOS, based on Debian.

I run a Pi and there are boat loads of things ARM ready

mhzawadi ,

maybe check this out -> https://en.wikipedia.org/wiki/Android_(operating_system)

Android is a mobile operating system based on a modified version of the Linux kernel

mhzawadi ,

use the notification service for your phone, on Android set the message to TTS, in the data use the below

ttl: 0
priority: high
media_stream: alarm_stream
tts_text: HELP, Im lost can you hear me?

mhzawadi ,

Your missing message of TTS, android needs that to know to say the text

mhzawadi ,

https://lemmy.horwood.cloud/pictrs/image/6953f98d-3f33-4cfd-9c9d-e0e02da1bb04.png

Just run this and my android phone on vibrate just did the announcement

mhzawadi ,

I have just been round my small setup and run an OS update, took about an hour. That includes a reboot of a dedicated server with OVH.

a pi and mini PC at home, a dedi at OVH running 2 LXC and 5 qemu vms. All deb a mix of 11 and 12.

I spend Wednesday evenings checking what updates need installing, I get an email every week from newreleases.io with software updates and run Semaphore to check on OS updates.

Managing servers in multiple locations

How do you manage multiple machines in different locations. The use case is something like this, i want self hosted different apps in different locations as redundancy. Something like i put one server in my house, one in my dad’s house, couple other in my siblings/friends house. So just in case say machine in my house down or...

mhzawadi ,

The comments about storage still stand, that's a tricky thing to do over the internet.

But I would recommend a meshing VPN, tinc can mesh and will route round network problems.

Also don't forget about backups, as that could be a better thing to have off site

mhzawadi ,

How much do you point and click your setup?

As I use nagios

mhzawadi ,

Not sure if it's in fedora, but I use nullmail as my mta. Simple to config and does just MTA

mhzawadi ,

Plus 1 for newreleases.io, I use it for both GitHub repos and docker hub things.

You can get alerts to a boat load of things on a daily week or monthly basis

mhzawadi ,

Have you looked at ovh?

Have both a VPS and dedicated host

mhzawadi ,

I have been running nextcloud for some time, it was running very quickly. But the v28 update seems to have broke some of the extra apps, like groupfolders.

That said, it's very much a system that needs good hardware to run it well

How responsive is your Nextcloud?

My Nextcloud has always been sluggish — navigating and interacting isn't snappy/responsive, changing between apps is very slow, loading tasks is horrible, etc. I'm curious what the experience is like for other people. I'd also be curious to know how you have your Nextcloud set up (install method, server hardware, any other...

mhzawadi ,

My nextcloud was almost instant, then the upgrade to v28 seems to have broke a load of things and now is very slow.

  • nginx LB in LXC
  • qemu vm with PHP and nginx on it
    • as many PHP optimisations as I can find
  • qemu vm with just mysql
    • as many MySQL optimisations as I can find
  • docker notify thing on the docker swarm vms

All on the same host with other things

mhzawadi ,

I've been through everything on the install guide and update I can find, it looks to be the groupfolders app that looks for expired items every 5 minutes. It gets better if I stop Cron or delete the job

mhzawadi ,
mhzawadi ,

What?

It's a single process that runs a ca, it might well be a web service but that's built in. I use it for SSH certificates in my homelab, setup was a doddle.

Might have a look at the web cert bit, but you might find certbit can connect and get a cert

How to remotely reboot a Linux host if SSH fails to connect?

Edit2: Thanks all for your responses! I have checked the logs, https://lemmy.nz/comment/6192604, and based on that removed tracker-miner-fs as it's a search/index tool which I don't need. No idea why it took over all memory. I'll also get a WiFi Smartplug as a kill switch. Hopefully that solves it....

mhzawadi ,

Maybe investigate why it hung?

That could be a sign of something bigger about to kill it altogether

mhzawadi ,

I think your missing the point of HAOS, it's an appliance. You don't manage it like a normal self host system.

Once you treat it as an appliance, it's great. Also there is a portainer agent you can run that will connect to a portainer instance.

As for your tunnel issues, maybe the tunnel thing is your biggest issue. I run all my self host stuff on its own subdomain, if I want to route something home I use the site to site VPN I have. Even a cheap ovh vps could be a way to run stuff on subdomains

mhzawadi ,

Crap, now we need to check out every job on your CV, thanks gpt.

As if not hard enough to find someone who can work a terminal and ansible and has used aws

mhzawadi ,

many thanks for the continued hard work

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • test
  • worldmews
  • mews
  • All magazines