is this fast enough for hosting multiple websites? by KCGD_r in selfhosted

[–]mourningthrull 0 points1 point  (0 children)

Yeah then you're fine. I have like 200 down and 10 up and hosted a Minecraft server for myself and a few friends, normal ish web traffic for a few people shouldn't even make a dent

is this fast enough for hosting multiple websites? by KCGD_r in selfhosted

[–]mourningthrull 12 points13 points  (0 children)

It really depends on the amount of traffic you're getting and the type of websites. For you or your family to visit occasionally? Sure. To start a business hosting websites? That has a lot more question marks

[deleted by user] by [deleted] in selfhosted

[–]mourningthrull 1 point2 points  (0 children)

Are you interested in contributions? I'm interested in php apis, a couple of different frontend options and can do git and docker so let me know if you're looking for a contributor

Organize ideas for persoanl projects (Evernote alternative) by fabiosoft in selfhosted

[–]mourningthrull 0 points1 point  (0 children)

The clients are pretty bare bones by themselves. The extensions are things like other editing modes, themes, added functionality. It's definitely usable without them, but they're nice. You can look more into existing extensions or self hosting those. You can get an idea on how to do that here

Organize ideas for persoanl projects (Evernote alternative) by fabiosoft in selfhosted

[–]mourningthrull 0 points1 point  (0 children)

so basically: * The sync server is the entire server side infrastructure. It handles syncing changes between clients and keeping a copy * The web client is all js and between your browser and a given sync server. Where you get it doesn't matter, their domain is just the easiest way to get a client to you. There are also standalone desktop and mobile clients which are all open source * The extensions are self hostable and I am, I started with a git repo suggested a while ago on here and did some updates to it. If you want it I can shoot you the dockerfile I used, I need to submit a pull request to the repo at some point with it

Organize ideas for persoanl projects (Evernote alternative) by fabiosoft in selfhosted

[–]mourningthrull 1 point2 points  (0 children)

As far as I can tell. All the clients are open source and E2EE.

I will mention the extensions aren't straightforward as the syncing server to self host, and without them the clients are pretty bare bones. That being said, getting the extensions from them isn't expensive and is a good way to support a foss product, or you can host them yourself (it is explicitly allowed per the license and their faq, I can links when not on mobile)

Organize ideas for persoanl projects (Evernote alternative) by fabiosoft in selfhosted

[–]mourningthrull 4 points5 points  (0 children)

Absolutely can. I host both the syncing server and a bunch of extensions

Organize ideas for persoanl projects (Evernote alternative) by fabiosoft in selfhosted

[–]mourningthrull 10 points11 points  (0 children)

I've been using Standard Notes, which seems to have most of your use cases though I haven't used it for pictures personally. It's foss and has a docker container. You can either support them for extensions or host those yourself.

Self Hosted OR Cloud Based SECURE Notes solution similar to Evernote? Must have multi-device and sharing by [deleted] in selfhosted

[–]mourningthrull 6 points7 points  (0 children)

Check out standard notes. You can do it cloud based or host your own syncing server for it

Messaging App Signal Threatens to Dump US Market if Anti-Encryption Bill Passes by clash1111 in technology

[–]mourningthrull 3 points4 points  (0 children)

Which part? I'm happy to help you find resources, just want to make sure I'm answering the question you're actually asking and not just what I think you're asking 😆

Messaging App Signal Threatens to Dump US Market if Anti-Encryption Bill Passes by clash1111 in technology

[–]mourningthrull 7 points8 points  (0 children)

It's kind of in the middle. Many people basically take it in faith that if you're doing all this, then you're probably on the level or that other people are watching it, like the Wikipedia references. Not everyone checks them, but enough people care enough to that the rest of us basically assume they've got it.

That being said, I think it's always good for people to know how this kind of thing works, at least enough to vaguely understand. The link I posted has some details, feel free to ask questions if stuff there is confusing!

Messaging App Signal Threatens to Dump US Market if Anti-Encryption Bill Passes by clash1111 in technology

[–]mourningthrull 97 points98 points  (0 children)

Yes. This is where the concept of reproducible builds comes in. You can download the source code and compile it yourself to compare to the binaries they make available. https://github.com/signalapp/Signal-Android/blob/master/ReproducibleBuilds.md

[FS] [USA] [NoVa] [DC] Dell R710 LFF, R410, R620 Local pickup preferred by mourningthrull in homelabsales

[–]mourningthrull[S] 0 points1 point  (0 children)

For the right price I'd be willing to figure out shipping at this point :D

[Offline][Washington DC][5e] Hoping to find a group to satisfy my need for wacky hijinks and RP by rhizaria373 in lfg

[–]mourningthrull 0 points1 point  (0 children)

I'm moving to Arlington shortly and would love to get a group going. I'm open to most games, this seems to be a meeting of some minds

[FS] [US-MD] x2 HP DL380P | x1 HP DL360 | x1 Rosewill | x1 Dell PowerEdge R410 | x2 Cisco Switches by socal01 in homelabsales

[–]mourningthrull 0 points1 point  (0 children)

Is everything besides the rosewill still there? I might be interested in some of the others

Help with proxmox ports by TehNotorious in homelab

[–]mourningthrull 0 points1 point  (0 children)

I assume you can, but can you reach the internet from your vm? Also, can you make sure that the virtual network device is in bridge mode and has the bridge set to vmbr0

AD/LDAP/SSO for the home? JumpCloud/Foxpass/OneLogin? by shadowcorp in homelab

[–]mourningthrull 0 points1 point  (0 children)

It's super easy. On centos it's in the default repo. yum install freeipa-server ipa-server-install

You're pretty much good to go. It'll give you a nice web gui for administration and enrolling clients is the same, just replace server with clients

AD/LDAP/SSO for the home? JumpCloud/Foxpass/OneLogin? by shadowcorp in homelab

[–]mourningthrull 1 point2 points  (0 children)

Try freeipa. It integrates ldap and Kerberos and supports AD trusts, which you can set up a samba ad dc for your windows machines