Fediforge - An easy way to host a lemmy instance
Hello
After about a year working on Fediforge, I have finally launched it. Fediforge provides managed hosting for lemmy and there will be added support for other fediverse platforms(Such as Mastodon, Peertube and more) in the future.
A little info on the setup of Fediforge.
- Hosted on servers from OVH + Colocrossing and are located in east USA(Around chicago)
- Automated backups of database with 10 days retention
- Replicated s3 storage for media files
- Active monitoring of all instances hosted.
Let me know, if you have any issues, ideas or feedback(and optionally add it here).
like this
INeedMana
in reply to HungryLemon • • •you probably don't have permissions to create such device. BTW, afaik a bridge will make the vm get the traffic on the same IP, creating a separate IP for VM will probably be something else. And might require some iptables setup so your host machine relays the traffic
HungryLemon
Unknown parent • • •I checked the groups of my user, and my user is already in the
netdev
group 🤔Maybe I need to add it to another group?
HungryLemon
in reply to HungryLemon • • •Thanks so much! 😄 I finally solved my problem 😉
First step that I've do - I found this article 👉 **mike632t.wordpress.com/2021/04… and doing all from there.
The next step - I've add a bridge to an existing network interface:
sudo brctl addif br0 eth0
And the next step - I've started up this bridge:
sudo ip link set br0 up
And now everything works fine 👍
Using QEMU with a bridge network device
Notes on Linux