• 2 Posts
  • 71 Comments
Joined 1Y ago
cake
Cake day: Jun 10, 2023

help-circle
rss

Which apps are you testing?

I set up minio s3 for testing myself, but found that most of my docker services doesn’t really support it. So I went back to good old folders


I use nforwardauth . It is simple, but only supports username/password

https://github.com/nosduco/nforwardauth


yes, regular markdown notes has been a good decision 😅

In the beginning, the query results were stored in the markdown files, which could be useful if reading them in another app. But now I just get the query code. I think there were reasons

I’m glad to hear things have cooled down. Does it take much effort to understand and use the templating stuff? I just remember templates got pushed to a different view, and I needed some header tags to get it working

So you like spaces or not? I never got that far with silverbullet. And I haven’t used Trillium. I loved evernote when it came out. But it made me aware of the value of maintaining my own data.

Now I try to have data in a directory structure and not in databases


I am not thinking of the most recent versions.

The query system was updated, around version 0.6 if i remember correctly. I don’t think the updates were bad, but some things broke and I am too old for “bleeding edge”. The template system was also updated at some point

I don’t have a great solution. I use syncthing to keep notes local on all devices and MarkText on desktop and Zettel Notes on android.

what i really liked about silverbullet was that it had offline support. but there were made some changes there as well along the way, and for me it became less stable after it became optional. But I haven’t actively used it for some time. I still got an instance running tho


How do you like the newer versions? I liked it in the beginning, but then there were breaking changes and new concepts and it started to feel a bit too complicated. So I am taking a break until things cool down


I use proxmox and proxmox backup server (in a vm). I reinstall them both, and re-add lxc and vm and their drives from backup. has already worked once.

important files are additionaly synced to laptop and phone using syncthing.

proxmox backups (which are encrypted) are rcloned to backblaze for offsite backup


dovecot provides a proper shared imap server. But not all email clients allow moving emails between accounts (gmail and local email server), but Thunderbird does.

I can access the emails from any client


Not sure if it fits you, but personally I have set up a self hosted dovecot instance where i have moved old gmail emails to, using thunderbird as the client.


I use syncthing to copy important files between pc, phone and proxmox server. Syncthing can be set up with version control so it keeps old versions of files.

Only the proxmox server is properly backed up though. to a proxmox backup server running in a VM on said proxmox server. the encryptred backup files are copied to backblaze using rclone

Not sure if this is what you are looking for, but it works for me.

TLDR syncthing for copies between local machines, and proxmox backup server and backblaze for proper backups


I use miniflux. To read the feed I use Flux News on android. I don’t read the whole feed in the reader, but open the link

I think miniflux supports downloading the source, but I had to do it manually each time when I tried

https://miniflux.app/

https://f-droid.org/packages/de.circle_dev.flux_news/


I have used them since januar 2019, and I don’t have any complaints. I have only needed to restore backups once - it worked as well as could be expected.

Any issues with backups have always been on my side


I use dovecot for this. And thunderbird to actually move/archive the emails. I use caddy for many of my services, so I have pointed dovecot to caddys certificates (for “my.domain”), since it manages certificates through let’s encrypt. I had a plan to install postfix for sending internal emails from my self-hosted services, but it seemed like a bit of configuration and I got busy with other stuff

I made an excerpt from my docker-compose.yml, but you probably have to figure out some things on your own


version: '3.4'

services:
  dovecot:
    image: dovecot/dovecot:2.3.20
    restart: unless-stopped
    volumes:
      - ./dovecot/:/etc/dovecot
      - /mnt/storage/dovecot/mail:/srv/mail
      - ./caddy/data/caddy/certificates/acme-v02.api.letsencrypt.org-directory/wildcard_.my.domain/wildcard_.my.domain.crt:/etc/ssl/cert.crt
      - ./caddy/data/caddy/certificates/acme-v02.api.letsencrypt.org-directory/wildcard_.my.domain/wildcard_.my.domain.key:/etc/ssl/key.key
    ports:
      - 993:993

contents of ./dovecot folder:

dovecot.conf
passwords

contents of dovecot.conf (I think I searched online to find a good example, I don’t remember where from…)

## manage this file

mail_home=/srv/mail/%Lu
mail_location=sdbox:~/Mail
mail_uid=1000
mail_gid=1000

protocols = imap pop3 submission sieve lmtp

first_valid_uid = 1000
last_valid_uid = 1000

passdb {
  driver = passwd-file
  args = scheme=argon2i /etc/dovecot/passwords
}

ssl=yes
ssl_cert=</etc/ssl/cert.crt
ssl_key=</etc/ssl/key.key

namespace {
  inbox = yes
  separator = /

  mailbox Drafts {
    auto = subscribe
    special_use = \Drafts
  }
  mailbox Sent {
    auto = subscribe
    special_use = \Sent
  }
  mailbox Spam {
    auto = subscribe
    special_use = \Junk
  }
  mailbox Trash {
    auto = subscribe
    special_use = \Trash
  }
  mailbox Archive {
    auto = subscribe
    special_use = \Archive
  }
}

service lmtp {
  inet_listener {
    port = 24
  }
}

listen = *

log_path=/dev/stdout
info_log_path=/dev/stdout
debug_log_path=/dev/stdout

I am using a terramaster d6-320 connected with usb-c.

It has been running zfs disks for proxmox via a geekom a5 mini pc since February. It has lost contact with the drives twice so far, more than a month between each time so I don’t know the cause. I am mostly happy with the setup, but of course it is annoying when it fails


My email calendars I leave alone, but I use caldav for personal calendar and tasks.

I use radicale as caldav server, and tasks.org on android and thunderbird on computer. Tasks.org works very well

I also use silverbullet (silverbullet.md) for more complex todo lists


I use miniflux, and flux news app on android. It looks nice and works well (i posted about it some time ago https://lemmy.world/post/9574514 )

I am not missing any features, but I am not doing anything fancy. I have grouped the rss feeds, if that counts as filtering

I have used it for a long time now, and I don’t have an urge to try and find something better, like I do for some other self hosted stuff.


I might miss your target, but have you considered tasks.org android app + caldav?

I have been using silverbullet the last few months, but I struggle keeping up with its updates (too bleeding edge at the moment). I has a lot of nice features like all markdown, queries and templates.

Now I am back to tasks.org app + radicale self-hosted caldav server. For tasks it flows so well on android. for windows you need to use something that supports caldav, like thunderbird.

When silverbullet matures and if it is still fast and offline, I might go back. It has a lot of nice stuff going on. I still use for stuff like recipes and travel lists


I used it for a few years, but it broke a few times, and I had to search online and find an occ command to fix it. It also could break if you didn’t upgrade regularly and skipped versions. Or you upgraded too quickly before a bug was hotfixed.

Maybe it is better now, but I looked into alternatives and found syncthing to be awesome (after I switched from iphone to android). I use samba share for cold storage. Syncthing can take a lot of space since it syncs all the files to all units


I ended up with syncthing + the default gallery app on my samsung galaxy phone. It works well for me.

But I don’t have a crazy amount of images, the phone storage needs to be large enough.


I tried this, but couldn’t find a better editor as android app. The closest I got was Zettel notes. But silverbullet worked better


Yes, I have used it for many months. It has been the best solution for my use case for a while. Which is tasks, shopping, planning (trips, …), recipes, and a simple knowledgebase. It was the offline support that set it apart from some other solutions

I have the files in a syncthing folder, so I can access the files without running silverbullet

My biggest problem is keeping up with all the changes. Zef made some youtube videos that are helpful


I installed k-9 mail / Thunderbird on my android phone and set it to sync all emails, so I have local copy on my phone


I also have internal only traffic, but I still use let’s encrypt. I self signed for a couple of years, but switching to proper certificates made things much simpler and better. Especially on mobile.

I use a combination of my own domain and caddy. and duckdns, since my domain registrar does not have an api caddy can use, but I can point my domain to my duckdns domain and it works 👍


I too use miniflux and I like it

I made a post some weeks ago https://lemmy.world/post/9574514


This is what I do, using proxmox.

I do something similar to https://youtu.be/Hu3t8pcq8O0 for the NAS bit. Then I have a VM with docker containers for different services


I use silverbullet, it is great for tasks and notes! https://silverbullet.md/ - the manual itself uses it, so it is both a manual and a demo page


I’m trying it out now 🙂 I didn’t know about this one, thanks!

I miss the swipe to mark as read. Otherwise it looks nice, I’ll try it for a few days!


For me, it makes the clients disposable. I can reinstall the laptop, desktop, phone and be up and running in no time, without doing backups and preparation. Also it is easy to jump between clients.

The server needs to be backed up though


It works OK from the web page, but scrolling to the next item was a bit wonky for me. Using the swipe mode mis-fired when I was horisontally scrolling code. And double tapping didn’t always work.

The UX feels smoother in News. You also get thumbnail images. And you can open the link to the source directly, which I prefer for some of my feeds. For me, the experience is smoother.


Miniflux + News App
I started using miniflux a while back, and enjoy it. Recently I also gave News app on F-droid a try, and the combination of the two is one of the best news reading experiences I've had. Miniflux: https://miniflux.app/ News app: https://github.com/bubelov/news Just wanted to share! EDIT: Based on comment from [@refreeze@lemmy.world](https://lemmy.world/u/refreeze) , I am now mostly using Flux News https://github.com/KevinCFechtel/FluxNews . But I could go either way
fedilink

I have used both, and syncthing is the most stable in my opinion. But you will get sync conflicts/ duplicates if you work on the same file

For working on markdown files you should additionally look into https://silverbullet.md , it’s great 🙂. It has offline mode. But it will also generate duplicates if you edit the same file offline


Yes, sorry - I meant the storage space on mobile phone. or a laptop.


I don’t have a solution really, but I’m also thinking along your lines.

For files I share with my girlfriend, I have set up syncthing. So my server and our phones have a copy of the files, I like this solution. But it wouldn’t work for large amounts of data.

For my server stuff, it is backed up encrypted on backblaze. so I guess that is lost. Most files are also rsynced onto a usb drive connected to a raspberry pi (not encrypted). So that should be accessible, except for a linux’y filesystem (probably ext4) that doesn’t work on windows


I agree. It is under rapid development.

I replaced memos + markdown file editing with silverbullet some months back and I use it more and more. It has optional offline support


Have you considered silverbullet? the documentation uses silverbullet, and is editable (but not persistent) so you can test how it feels

https://silverbullet.md


I use nforwardauth and caddy for authentication, I think it is one of the simplest solutions https://github.com/nosduco/nforwardauth


I have used it for a long time, I like it too. I use the local podcast feeds from podgrab into antennapod on android.

In the beginning I used the tags feeds to have a single feed for all podcasts of a certain category. But now I have a feed for each podcast like normal people.


I did a quick search on their github issue tracker, it looks to me like it supports audio and video

https://github.com/usememos/memos/pull/980


Hm ok. I know you can attach files. but maybe it is not shown inline.

I am not using it anymore so I can’t check. it doesn’t have offline mode which I need for my use case



Not a direct answer to your question, but I learned a bit by searching github for Dockerfile and docker-compose.yml


I also use radicale.

For events with other people I use gmail or mailbox calendar though…


Data storage for containers in LCX / VM
I run my containers in an LCX on Proxmox (yes I heard I should use a VM, but it works..) For data storage (syncthing, jellyfin ..) I make volumes in the LXC. But I was wondering if this is the best way? I started thinking about restoring backups. The docker backups can get quite large with all the user data. I was wondering if a separate "NAS" VM and NFS shares makes more sense. Then restoring/cloning docker lxc would be faster, for troubleshooting. And the user data I could restore separately. What do you guys do?
fedilink