mhz

joined 10 months ago
[–] [email protected] 1 points 1 month ago

I use tailscale and it is great, i dont mind activating a vpn whenever i want to acces my services, but that is an extra weird step for my sister to access my jellyfin library. Do you use a reverse proxy? If so how many ports do you have exposed (say for 10 hosted services)?

[–] [email protected] 1 points 1 month ago (4 children)

Would you please share what dynamic dns provider you use? I remember trying to set nginx pm to use my no-ip hostname (xyz.ddns.net) but I could not figure out how to link my hosted-services as subdomains (say portainer.xyz.ddns.net)

 

I have been using no-ip for around two years to remotely access my hosted service, I mostly use their free service except for a few 5 months offers I bought.

Recently, I received a full year offer in email for 8$ (COUPON CODE: MAY8), and I was wondering whether to get that or buy a 2 years domain for the same price (FROM hostinger or namecheap).

I have never bought a doamain before and my knowledge is limited to what I mostly read here. So, per your opinion, what would be better in term of usability and security, a DDNS on the router and a port open per hosted-service? or a domain with reverse proxy?

[–] [email protected] 4 points 3 months ago

That was a good read, thanks

[–] [email protected] 3 points 3 months ago

That was a good read, thank you

[–] [email protected] 14 points 3 months ago (1 children)

American (congress) will ban Tiktok # Americans will be banned from Tiktok

The title made it sound the other way around as if Tiktok is banning americans.

[–] [email protected] 5 points 3 months ago

That is where you put your optional packages, everyone has his own use for it. I use it to stocke my docker containers config

[–] [email protected] 18 points 3 months ago (5 children)

They need a swastika, I mean a good loving neighbor.

[–] [email protected] 2 points 4 months ago (1 children)

Thank you for your reply, I do host a vscode instance to keep for my python learning. I will fall to that (with markor) if nothing else works.

[–] [email protected] 2 points 4 months ago (1 children)

I hosted it on my home server. It is great for sure, I will need to look into it enhancing its experience with plugins. Any idea about the PWA and how to use it? someone else here mentioned it it is a feature I'd like to have.

[–] [email protected] 2 points 4 months ago

Looks great, I'm definitely checking it this weekend. Thank for the share

[–] [email protected] 5 points 4 months ago (1 children)

PWA that works offline and syncs when back online. Note that this means that all files will be on your device

Someone else mentioned Silverbullet, I hosted on my home server and it looks promising, here are a few thing I will need to explore:

  • The PWA sound like a feature I was hoping, i will need to check it out
  • Is there any android client rather than using the web-interface that firefox wont let me connect to remotely without a valid certificat.
  • While it looks easy to use markup language using /, I'm wondering is there is a plugin that add a tool bar or a client app that does have it.

Thank you for your comment

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago)

I just prefer a simple setup where I’m not bound by any developer (team)’s whims.

This is my concern, if anything goes wrong with my favorite app I would just move on to another without much fuss.

101
submitted 4 months ago* (last edited 3 months ago) by [email protected] to c/selfhosted
 

Hello everyone, I'd like your recommendations for a note taking app that:

  • Can be selfhosted
  • Stores the notes as plain text or *.md files, not some SQL database.
  • Can use Marddown format.
  • Have an android client or at least a mobile optimized web-interface.
  • Not a must but it would be nice to have a to-do list option.

I tried:

  • Trilium: use an encrypted litesql to store the notes.
  • Joplin: does not encrypt the notes, but store them in random named directories, making ot harder finding the notes.
  • Logseq: No firefox support, I did not check how it stores itsdatabase.
  • Standard note: Needs subscription to selfhost or to even use markdown format, otherwise it is a heavy text editor.
  • Memos: does not store plain files, instead uses a (sqlite probably) database even when setting local filesystem as current object storage.
  • CodiMD: use database to store its notes
  • Hedgedoc: the same as above
  • Silverbulet.md: This is what I will end up using if Obsidian + syncthing was not for me,It is minimal without losing much features and can be enhanced with plug-ins. . It does need a bit of getting used to and it does not have an android app but can it can be run as PWA that runs offline. The only downside is it does clutter your note directory with a bunch of dot files (if you decided to install plug-ins).

The closest I found so far is Obsidian, which:

  • Unfortunately, does not have any selfhosting option.
  • Have a client app on every platform and store.
  • Can use a custom directory to store it database as plain text files, which can be a network mounted directory (on my laptop/desktop) or a directory on my android phone that i will have to keep synchronized using a third party app.
  • I used "Remotely Save by fyears" which allows you to synchronize local obsidian note directory with a cloud directory (onedrive, dropbox, webdav...), It requires webdav for self-hosted options, kinda forcing you to use a 3th party service to run a 3rd party plug-in so you can use Obsidian with your home server directory. On top of that It can only use a folder on the root of the webdave server (say /notes instead of /documents/notes).
  • I used syncthing initially to sync my Notes directory but I ended up using it to keep a buch of directories in sync across all my devices. Leaving you to use whatever app you like on any device, not just Obsidian.

Edit: March-2nd: added memos, codimd, hedgedoc Edit: March-9th, It has been a busy week and I could not do much. I added silverbullet and both syncthing adn remotly-save for obsidian. I'm using now Silverbullet and Obsidian+syncthing until I decide on one. Thank you everyone who helped me choosing.

 

Hello evryone, I need help with this annoying problem where I can’t connect to some specific wifi even though I’m entering the correct password.

I went to a coffee house near my in-laws for some alone time where I got this annoying problem again. I was able to connect normally to their wifi (TP VSTM) using my phone but not on my laptop. So I made a QR image of that wifi (on my phone while connecting to it) and read it online (on my laptop) to make sure I’m entering the correct password. I tried connecting using nmtui at first but it kept prompting me to re-enter the password, then using nmcli which showed a message about a secret not provided.

screenshot https://ibb.co/MSqtmPZ

journalctl -b 0 -f -u NetworkManager.service | tee networkmanager.log

The log shows :

Activation: (wifi) asking for new secrets
device (wlp2s0): no secrets: No agents were available for this request.
device (wlp2s0): state change: need-auth -> failed (reason 'no-secrets', sys-iface-state: 'managed')
<info>  [1704445064.8171] manager: NetworkManager state is now DISCONNECTED

but I didn't get any prompt other than the one asking my root password for connecting.

What I have: I’m running OpenSUSE Slowroll (latest upgrade as of today) with Sway WM (the openSUSEway pattern)

Infos about my system:

https://pastebin.com/HkCBwSBi___

 

Hi, I got a tiny Lenovo M720Q (i5-8400T / 8RAM / 128NVME / 1Tb 2,5" HDD) that I want to set as my home server with the ability to add 2 more drives (for RAID5 if possible) later using its two USB 3.1 Gen 2 (10gbps).

  • The OS (debian 12 + docker) will be exclusive to the nvme, I will mostly use 40/128GB of its capacity with no idea how to make use of the rest.

  • My data (medias, documents and ISO files) will resides on the HDD pool, while keeping a copy of my docs on my home pc.

I read a bit about BTRFS RAID I even experimented with it in a VM and it really got me interested in using it because of its flexibility of balancing between raid levels and the hot swapping of unequally sized drives in both stripped and mirrored arrays. However, most of what I read online predate kernel 6,2 (which improved BTRFS RAID56 reliability). So, Here I am asking if anyone here is using BTRFS RAID and if it is stable enough to use on a mostly idle server or should I stick with LVM instead. What good practices to do or bad ones to avoid?

Thank you.

 

Hello I setup a proxmox VM (Virt-manager/qemu) to try a few things out before moving to a new minipc as a server.

I'd like to know if it is possible to install docker directly on top of proxmox and use proxmox web interface to manage it. If not, would it be better to use a VM or an LXC container to host the docker engine that will host my docker containers?

34
submitted 9 months ago* (last edited 9 months ago) by [email protected] to c/selfhosted
 

Hello everyone, My home server (intel nuc6) died on me recently, I set it to be used as my home server using OpensSUSE Leap with the following services:

  • NFS server
  • Sftp over ssh for remote file transfers and I was looking for a faster alternative for local transfers (tftp maybe)
  • Qbittorrent
  • Aria2
  • Emby
  • I was experiencing with nextcloud then pfsense after.
  • Definitely an office suite and a few nextcloud addons.

I have no alternative machine ATM to use it as a replacement but I plan to re-install everything on a VM (Virtualbox or Qemu/libvirt) on my Desktop, I have no experience with containers, but I think installing each service in a countainer would make it easier to move everything later to my new home server.

Would using debian or opensuse and use docker? Maybe even proxmox? or should I just stick with installing everything directly on my distro with no containers? I would love to know your opinion about the best approach.

Edit: I'm containerizing, I like to keep my setup simple, no OSes vertualization since I will be using a 7th or 8th gen low power minipc for my next server (Intel NUC, Hp mini, dell micro or lenovo tiny). I will use proxmox in the VM to get confortable with it and I think the web UI might be easier to use than SSHing to the VM. Later on the new server I will mostly use debain+docker (opensuse leap's futur is cloudy atm) I would still love your suggestions and any guide/tutorial that you think is helpful to read/watch. Thanks everyone.

 

Hello everyone, I'm looking to upgrade my system memory, I currently have one kit 2x8gb cl16 3600mhz, I have 4 slot in my motherboard (msi mag mortar 550m wifi).

I found that CL16 kits are priced in the 90-100 euro range (Amazon germany) while the CL18 kits are priced in the 60-75 euro range. So I'm writing wondering if buying a CL18 kit would be downgrade in speed? And whether it would be noticeable or not?

view more: next ›