conrad82

joined 1 year ago
[–] conrad82 1 points 1 week ago

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
[–] conrad82 11 points 3 weeks ago

The first generation Hyundai Ioniq 5 had solar roof (at least some models).

The first gen ioniq 5 also had a very low payload capacity, with stories of families who couldn't legally be in the car at the same time without being over the capacity.

The reason, I'm told, is that supporting the solar roof reduced the payload capacity a lot.

Also, solar cells on a car doesn't make much sense like others have already said.

[–] conrad82 6 points 1 month ago

I use Kvaesitso and have been using it for a long time now.

I wanted a search-based launcher with support for widgets. I was missing some features in the beginning, but I must admit I have forgotten what they were - so I guess that is a good sign 👌

Likes: Good search, OK widget, main screen can be as clean or dirty has you want

[–] conrad82 2 points 1 month ago* (last edited 1 month ago) (1 children)

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

[–] conrad82 12 points 1 month ago

Gratulerer med dagen 🇳🇴🇳🇴🇳🇴

[–] conrad82 16 points 1 month ago* (last edited 1 month ago) (3 children)

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

[–] conrad82 6 points 2 months ago

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.

[–] conrad82 1 points 2 months ago

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

[–] conrad82 2 points 2 months ago

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

[–] conrad82 1 points 3 months ago

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.

[–] conrad82 1 points 4 months ago (1 children)

I just bought one, but I haven't set it up yet. But it looks like it will fit me nicely based on apalrd video https://youtu.be/qML-ct2dGvQ

[–] conrad82 1 points 4 months ago

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

27
Miniflux + News App (self.selfhosted)
submitted 6 months ago* (last edited 6 months ago) by conrad82 to c/selfhosted
 

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 @[email protected] , I am now mostly using Flux News https://github.com/KevinCFechtel/FluxNews . But I could go either way

10
submitted 10 months ago* (last edited 10 months ago) by conrad82 to c/selfhosted
 

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?

 

In the of all web pages I've checked so far there is always a line <link href="data:text/css,%5Bid*%3D'google_ads_iframe'%5D%2C%5Bid*%3D'taboola-'%5D%2C.taboolaHeight%2C.taboola-placeholder%2C%23credential_picker_container%2C%23credentials-picker-container%2C%23credential_picker_iframe%2C%5Bid*%3D'google-one-tap-iframe'%5D%2C%23google-one-tap-popup-container%2C.google-one-tap-modal-div%7Bdisplay%3Anone!important%3Bmin-height%3A0!important%3Bheight%3A0!important%3B%7D" rel="stylesheet" type="text/css">

Does anyone know what it means? I tried to open a page in edge, and I do not see it there.

I am running mozilla-flatpak, version 115 on Fedora

 

I use Fedora on a laptop with touchscreen.

Some months ago, I could pinch to zoom on the screen (and on touchpad?). But now, touching the screen only marks the text.

Does anyone know what happened, and how to enable pinch to zoom in firefox? I think it may have happened after updating to newest Fedora version 38. I use Gnome DE with wayland enabled.

 

Blir spennende lunsj i morgen!

view more: next ›