conrad82

joined 3 years ago
[โ€“] conrad82@lemmy.world 2 points 16 hours ago (1 children)

Thank you for your response ๐Ÿ™‚ I will stick to sqlite

How do i use environment variables to make a indexer? I couldn't get it to work

i.e. the part with directories https://hister.org/posts/indexing-local-files-with-hister

indexer:
  directories:
    - path: ~/Documents
      filetypes: ['md', 'txt']
    - path: ~/code/projects
      filetypes: ['txt']
      excludes: [, 'secret/*', '*key']
    - path: ~/notes
      patterns: ['*.org', 'doc_*', 'README']
[โ€“] conrad82@lemmy.world 1 points 1 day ago (3 children)

I have tried it a bit today and I like it, but I have a few questions

  • Is it better to run it in docker or e.g. a LXC in proxmox? If i want to index files, it seems it needs the config.yml file
  • After just playing with it for a day, the disk usage is 150 MB. I figure I should use postgres instead of sqlite. Do you have any examples on how to set that up, preferably with docker? I guess I can figure it out, but it might take me some time. I am not familiar with pgvector
[โ€“] conrad82@lemmy.world 3 points 1 day ago (4 children)

Can i use this in my self hosted environment? the docs talk mainly about running it in the terminal

does it have a docker install?

can i connect it to other services like paperless, or would i need to manually import files?

[โ€“] conrad82@lemmy.world 1 points 3 weeks ago (3 children)

One note,

I used a raid with WD 8 TB drives, and when a drive failed we bought a Seagate Ironwolf Pro 8 TB to replace it.

The NAS wouldn't accept it into the raid, because it had fewer bytes!

We found a workaround by tweaking partition sizes for that particular raid, but it caught me by surprise.

this was mdadm, not sure if zfs has some awareness to slightly differences in sizes between hdd models

[โ€“] conrad82@lemmy.world 1 points 2 months ago (1 children)

I just checked my immich lxc, ram usage fluctuate with plateaus of about 1 GiB, and some spikes up to 1.5 GiB.

Two users, 100+ GiB of images and videos

[โ€“] conrad82@lemmy.world 2 points 2 months ago

I organized paperless in the beginning but not so much anymore.

I have given it access to my email inbox and to add attachments automatically. I can then search for receipts and more without having done the work to import it manually

it works relatively well. for sites and services that actually include pdf receipts

[โ€“] conrad82@lemmy.world 2 points 2 months ago

Proxmox

I went from a server distro (ubuntu server i think) to Proxmox and it was a very nice upgrade. Leave the core system alone and put your "mess" in LXC containers and VMs. When you know what you want, set up a new one with the good config, and delete the old one whem you are confident you no longer need it.

[โ€“] conrad82@lemmy.world 16 points 3 months ago (2 children)

How do you guys test your backups?

I have restored my proxmox setup from backup and it worked, but that is not something I do on regular basis.

I have from time to time done spot checks that certain files are working.

Most of the time I rely on the verification done by proxmox backup server..

[โ€“] conrad82@lemmy.world 6 points 3 months ago

I do it manually. update the container version and docker pull and run

I have reduced the number of containers to ones i actually use, so it is manageable.

i use v2 instead of v2.1.0 docker container tags if the provider don't make too many bleeding edge changes between updates

[โ€“] conrad82@lemmy.world 6 points 4 months ago (1 children)

Nice to see CalDAV is on the roadmap. I will wait for that before trying it out, as it is the cornerstone for my system today (radicale and tasks.org)

 

I kinda like memos user experience. But i cannot see any way out if I for some reason would need to jump ship. People using memos, what is your plan for migrating your data if you for some reason want to change service? It seems the developers think access to the database file is good enough, but I wouldn't know how to work with that

Are there any good alternatives to memos that works in a similar fashion, including android app / share functionality?

Now I'm using a combination of Logseq and Joplin to keep track of stuff

[โ€“] conrad82@lemmy.world 10 points 7 months ago* (last edited 7 months ago) (1 children)

When did you try mailbox.org last? they improved 2FA this year. It is now TOTP + possibility to make application passwords. Finally works great!

https://kb.mailbox.org/en/private/security-and-privacy/how-to-use-two-factor-authentication-2fa/

[โ€“] conrad82@lemmy.world 4 points 9 months ago (1 children)

Mostly 9Kings. One round is typically 20 mins, which suits me

https://store.steampowered.com/app/2784470/9_Kings/

27
Miniflux + News App (lemmy.world)
submitted 2 years ago* (last edited 2 years ago) by conrad82@lemmy.world to c/selfhosted@lemmy.world
 

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

9
submitted 3 years ago* (last edited 3 years ago) by conrad82@lemmy.world to c/selfhosted@lemmy.world
 

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

view more: next โ€บ