• 5 Posts
  • 173 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle
  • I did an inplace upgrade of gitea to forgejo. No issues.

    I’ve been self hosting this for 2 or 3 years now.

    There has been zero maintenance other than the occasional update button

    I use it for my docker compose files that portainer pulls from with the click of the button to update my containers when needed.

    I edit the files in VS code with the git plugin and it works without issue


  • I currently use immich with 40k+ files.

    I think what OP meant by ‘early development’ is the updates with break Changes.

    Ive been using immich in docker self hosted for 1.5 years.

    I use authentik for user management and single sign on.

    The breaking changes have only ever been minor changes I’ve had to make to my docker compose file, its always come back with no issues after the well described changes in the release notes and several of the changes I didn’t even have to do because it did not apply to me.

    This is petty standard stuff for anyone used to self hosting but if that sounds like its not for you then check out the roadmap. The stable version is expected next year sometime. Wait for that before giving it a try.

    https://immich.app/roadmap/

    Personally I like the fast development, I find myself likely and using at least 1 new feature ever major update. I think this will easily become the best photo manager in 1 to 2 years and it will not longer be much of a competition










  • Lem453@lemmy.catoSelfhosted@lemmy.worldOptions on Cozy.io
    link
    fedilink
    English
    arrow-up
    8
    ·
    13 days ago

    https://owncloud.dev/ocis/

    Is a complete rewrite I’m GO

    I started with owncloud, then the devs left for NextCloud in I’ve been in that since version 1

    Then I looked at seafile and then lacking features (search)

    Finally I discovered that owncloud has been rewriting ocis I’m GO which greatly simplifies a lot of the issues NextCloud inherited from the original owncloud

    Works very well so far. Just trying to get oAuth to work








  • Lem453@lemmy.caOPtoSelfhosted@lemmy.worldHelp with ZFS Array
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    16 days ago

    Thanks, this worked. I made the ZFS array in the proxmox GUI and it used the nvmeX names by default. Interestingly, when I did zfs export, nothing seemed to happen and it -> I tried zpool import and is said no pools available to import, but then when I did zpool status it showed the array up and working with all 4 drives showing healthy and it was now using device IDs. Odd but seems to be working correctly now.

    root@pve:~# zpool status
      pool: zfspool1
     state: ONLINE
      scan: resilvered 8.15G in 00:00:21 with 0 errors on Thu Nov  7 12:51:45 2024
    config:
    
    		NAME                                                                                 STATE     READ WRITE CKSUM
    		zfspool1                                                                             ONLINE       0     0     0
    		  raidz1-0                                                                           ONLINE       0     0     0
    			nvme-eui.000000000000000100a07519e22028d6-part1                                  ONLINE       0     0     0
    			nvme-nvme.c0a9-313932384532313335343130-435431303030503153534438-00000001-part1  ONLINE       0     0     0
    			nvme-eui.000000000000000100a07519e21fffff-part1                                  ONLINE       0     0     0
    			nvme-eui.000000000000000100a07519e21e4b6a-part1                                  ONLINE       0     0     0
    
    errors: No known data errors