Skip Navigation
Posts
51
Comments
373
Joined
4 yr. ago
  • It's great to see all the progress made so far. However, I'm surprised that Pixelfed is still not supported.

  • Finally, a photo and not just a snapshot! This one is great. I'm looking forward to seeing more of your work.

  • I started using Lychee before Immich came out and I use them for different purposes.

    Eventually, I ended up using Immich only for backing up my and my partner's phone pictures.

    They're both incredible piece of software.

  • Buuuuuuuudy

  • You have to realize that this is not macrophotography though.

    Macrophotography is a type of photography where you take really close-up pictures of small things to make them look big and clear. It helps you see things that your eyes might not notice, like the tiny hairs on a bee or the patterns on a butterfly’s wing.

    While some telephoto lenses have a "macro mode" that lets you focus closer than usual, they don’t work as well as a true macro lens. However, you can use extension tubes or close-up filters with a telephoto lens to get better macro shots.

    You can also try the reverse lens technique. It involves flipping a regular lens backward using a reverse adapter ring.

    When reversed, the lens works like a magnifying glass, allowing you to capture extreme close-ups—great for macro photography on a budget. This method works best with a 50mm lens, but you lose autofocus and aperture control, so you have to adjust settings manually.

  • I selfhost Lychee for personal and professional work.

    Apart from a small donation I made to the team, I just pay for the electricity and keep my data private.

  • I've tried a lot of them but they feel really immature compared to Sync.

    What would be your go to if it happened today ?

  • Thanks for your answer.

    So if Docker completely ignores UFW rules, how am I supposed to protect my VPS ? I've never done this before and I'm puzzled.

    As for NPM, here's the "ports" part of my docker-compose

     yaml
        
        ports:
          - '80:80'
          - '81:81' #GUI
          - '443:443'
    
      
  • Selfhosted @lemmy.world
    Tiritibambix @lemmy.ml

    Solved: Help with 504 Error and UFW+NPM Setup on AlphaVPS

    That was the solution: UFW was blocking internal traffic. Running ufw allow from 172.16.0.0/12 fixed it.


    Hello!

    So until now, I’ve been self-hosting at home with my own machines, and this is the first time I’m working with a VPS.

    I’m running Nginx Proxy Manager (NPM) and my application in separate Docker containers on my AlphaVPS VPS with the IP address 100.100.10.10. I’ve configured UFW to secure my server, and I’m trying to access my application through a domain using NPM, but I’m getting a 504 Gateway Timeout error.

    Here’s what I’ve done so far with UFW:

    1. Block All Incoming Traffic by Default

     bash
        
    ufw default deny incoming
    ufw default allow outgoing
    
      

    2. Allowed Specific IPs

    I’ve allowed specific IPs which are my home and work IP:

     bash
        
    ufw allow from 100.100.10.11
    ufw allow from 100.100.10.12
    
      

    3. Allowed Ports for Nginx Proxy Manager

    I’ve opened the necessary ports for HTTP (80) and **H

  • I talked about it here last year

  • I completed a 365 challenge a while ago, and while it taught me plenty, the biggest lesson was about finding an interesting subject and an interesting way of capturing it every single day. My audience really became my second teacher throughout the journey.

    I finally made it to day 365, mostly sharing photos of rocks and leaves. By then, my audience was pretty worn out and relieved it was done, and I learned that it’s perfectly fine not to have something to say every day, or at all, and share it. It's all about recognizing that and accepting it.

    That being said, go out and take photos.

  • Yes.

    Or you can take things less seriously and have fun :)

  • I don't know if I don't understand a word because I'm not a native English speaker or what but I'll try to answer.

    This is just a random genetic mutation. Only observed benefit is the rise in terpens numbers.

    You can read the article for more info :)

  • Trees @lemmy.world
    Tiritibambix @lemmy.ml

    My first one !

    I know this isn't the best community to post this to but all cannabis growing communities are pretty much inactive and I'm really excited !

    I've been growing for years and it's the first time I get a polyploid specimen. Looks neat :)

  • Hahaha, I can totally relate. I think we should think of it as a virtue. Continue the good work 💪

  • I mean yes, that seems obvious now that I've learned this.

    But I wish I read this comment 3 years ago when I was starting to dive into self hosting. Would have saved me a bunch of time. So always assume some piece of knowledge is not obvious for someone out there and share ᕕ( ᐛ )ᕗ

  • It now supports jxl

  • Mostly suggestions on language and structure.

  • Not natively. But it might, using libjxl-tools. Open an issue, and I'd be glad to work on this when I get some spare time again.

  • Selfhosted @lemmy.world
    Tiritibambix @lemmy.ml

    ImaGUIck: a simple image processing app

    Hello!

    I started my journey into self-hosting around 2022, and it's been a long and laborious learning process. I'm not a developer by trade (just a sound engineer and photographer) but I'm curious, and I needed a straightforward and effective application to fill a gap in my photography workflow.

    With some guidance from my brother, who knows how to code, and a significant amount of help from AI, I managed to create an application that does exactly what I need. Yeah, I'm sorry I had to rely so heavily on AI, but I can't afford to learn to code entirely since I already have multiple jobs, a lot of hobbies, and a family I want to spend time with :) Anyway, I learned a lot working on this.

    I'm sharing this app here in all humility, I'm sure it's all very goofy, but I was hoping it might be useful to some of you somehow. Feel free to check it out and let me know if it helps or if you have any suggestions for improvement. Thanks for being such a supportive community!


    ImaGUIck is a u

    Photography @lemmy.ml
    Tiritibambix @lemmy.ml

    Burano

    Photography @lemmy.world
    Tiritibambix @lemmy.ml

    Burano

    Photography @lemmy.world
    Tiritibambix @lemmy.ml

    Burano

    Selfhosted @lemmy.world
    Tiritibambix @lemmy.ml

    Notesnook sync server: a Noob-Friendly Setup Tutorial

    Hello.

    Notesnook is an end-to-end encrypted note taking alternative to Evernote. I wanted to self-host a Notesnook sync server really badly, but I'm a noob. So, I worked hard on it and came up with this noob-proof tutorial on how to set up a Notesnook sync server with local file storage, getting inspiration from the provided docker-compose in the repository.

    That's my way of giving back to the self-hosting community. I hope it can help some people.


    Overview

    This guide will help you set up a self-hosted instance of Notesnook using Docker Compose.


    Prerequisites

    • Linux server with Docker and Docker Compose installed.
    • Domain name with the ability to create subdomains.
    • Basic understanding of terminal commands.
    • Ports 5264, 6264, 7264, 8264, 9090 and 9009 available. Or you can change them but take good note of your changes.

    1. Directory Structure Setup

    Create the requi

    Selfhosted @lemmy.world
    Tiritibambix @lemmy.ml

    ClipBucket: video hosting with PHP

    Hello there.

    I just wanted to share a recent discovery.

    I was on the lookout for a self-hosted video hosting solution to host the tutorials I have and to share videos with family and work. I looked everywhere, and the only solution that suited me was MediaCMS. I'm exclusively using Docker for my self-hosted setup, and let me tell you that MediaCMS was a real pain in the ass to set up. Worse, it kept breaking over and over, and when you're just a beginner hobbyist like me, it was simply unsustainable. Don't get me wrong: MediaCMS is a great piece of software, but unless you run it barebones I guess, it is broken and desperately lacks support (at least for Docker).

    So my journey continued, searxing, browsing awesome selfhosted, and trying every option I could get my hands on (honorable mention to Gerbera).

    The other day, I was desperate and decided to ask Mistral what solutions it knew of. It was the only source that mentioned ClipBucket.

    I tried it, encountered issues, posted them

    datahoarder @lemmy.ml
    Tiritibambix @lemmy.ml

    Alternative to Create-Synchronicity

    Hi everyone!

    I've been using Create-Synchronicity for a few years, and it's been great for my needs. However, it hasn't been updated in a while, and I'm curious if there might be a more current alternative out there.

    I'm looking for features like mirror, incremental, and two-way incremental backups, as well as the ability to schedule my backups. Opensource is a great plus.

    There are plenty of options available, so I thought it would be a good idea to ask you all what you're using and what you would recommend.

    Thanks a bunch for your help!

    microgrowery @lemmy.ml
    Tiritibambix @lemmy.ml

    Quantum boards in Europe

    Hey everyone!

    A couple of years ago, I began my learning journey with a 60x60x120 cm tent and a 125w Kingbrite with Lm301h Mix Epistar 660nm.

    Now that I'm moving to a new place with plenty of space, I'm considering upgrading my setup. I'm thinking about either an 80x80x160 or a 100x100x180 tent, and I believe a 240W lamp would suit my needs perfectly.

    However, I live in Western Europe, and I noticed that Kingbrite is only available on Alibaba or Aliexpress. When I bought my first board, I ended up paying 80€ customs fees. I also can't find HLG options here.

    If anyone in Europe has experience with sourcing good grow lights, I would really appreciate your advice! Thank you! :)

    Cannabis Cultivation @slrpnk.net
    Tiritibambix @lemmy.ml

    Quantum boards in Europe

    Hey everyone!

    A couple of years ago, I began my learning journey with a 60x60x120 cm tent and a 125w Kingbrite with Lm301h Mix Epistar 660nm.

    Now that I'm moving to a new place with plenty of space, I'm considering upgrading my setup. I'm thinking about either an 80x80x160 or a 100x100x180 tent, and I believe a 240W lamp would suit my needs perfectly.

    However, I live in Western Europe, and I noticed that Kingbrite is only available on Alibaba or Aliexpress. When I bought my first board, I ended up paying 80€ customs fees. I also can't find HLG options here.

    If anyone in Europe has experience with sourcing good grow lights, I would really appreciate your advice! Thank you! :)

    Open Source @lemmy.ml
    Tiritibambix @lemmy.ml

    Has glassdown moved ?

    Hi !

    3 weeks ago, I dicovered glassdown here.

    It is great and I added it to obtainium.

    But it looks like the repo moved.

    It originally could be found at https://github.com/Sinneida/glassdown

    Now I can only find it at https://github.com/RomanK2311/glassdown but it has no releases.

    Where is the official repo now ?

    Privacy @lemmy.ml
    Tiritibambix @lemmy.ml

    I have an online business. How f*cked am I ?

    Hi there,

    I'm currently going through some significant changes in my life. I'll be making a professional transition soon by leaving Paris for a more rural area, but I won't bore you with all the details.

    My issue is that I really value my privacy and dislike big tech companies like gafam. To protect myself, I use Pihole and only allow an old phone to have access to meta products.

    I recently caved in and reactivated my old Facebook and Instagram accounts to help with advertising, along with using a platform similar to Hootsuite to streamline things. When responding to private messages on Instagram, I use Aeroinsta to block ads and telemetry.

    I'm managing okay so far, but I've seen the success some people have on TikTok and feel tempted to create an account. The thought of it turns my stomach, though.

    If you're in a similar situation where online communication is vital, how do you navigate it? Have you found any alternative apps for TikTok like Aerosinsta ?

    I'd really appreciate h

    Selfhosted @lemmy.world
    Tiritibambix @lemmy.ml

    Guide: How to run MediaCMS with Docker

    This is a followup to my previous post.

    If you want to bind volumes outside of Docker, this is what you need to do.

    There was a huge permission and volume mapping problem. I mention github issues that helped me here.

    I hope that will help noobs and insecure people like me.


     bash
        
    cd /srv/path/Files
    
      
     bash
        
    git clone https://github.com/mediacms-io/mediacms
    
      
     bash
        
    cd /srv/path/Files/mediacms
    
      
     undefined
        
    mkdir postgres_data \
    && chmod -R 755 postgres_data
    
      
     undefined
        
    nano docker-compose.yaml
    
      
     yaml
        
    version: "3"
    
    services:
      redis:
        image: "redis:alpine"
        restart: always
        healthcheck:
          test: ["CMD", "redis-cli","ping"]
          interval: 30s
          timeout: 10s
          retries: 3
    
      migrations:
        image: mediacms/mediacms:latest
        volumes:
          - /srv/path/Files/mediacms/deploy:/home/mediacms.io/mediacms/deploy
          - /srv/path/Files/me
      
    Selfhosted @lemmy.world
    Tiritibambix @lemmy.ml

    Trouble running MediaCMS: “Server Error (500)” on logging in.

    Hey there!

    I'm a self-hosting enthusiast, and I'm learning the hard way, so I appreciate your patience as I navigate through this.

    I've been on the hunt for a video hosting solution that offers categories and tags, and I've heard great things about MediaCMS. It seems like the perfect fit for what I need.

    After some trial and error, I finally got it up and running. The only hiccup I'm facing now is with logging into the admin panel. I keep getting an error 500. I checked out some similar issues on github, but it doesn't seem to apply to my situation, and there isn't a solution posted. Plus, it looks like the developer is not very active on the issues.

    I was wondering if anyone else has encountered this problem before and might have some insights to share.

    Here's some additional info: I cloned the repository from https://github.com/mediacms-io/mediacms and made some edits to the docker-compse.yaml file to suit my preferences, mainly adjusti

    Open Source @lemmy.ml
    Tiritibambix @lemmy.ml

    What Android download manager do you recommand ?

    Hey there!

    I find myself frequently downloading large files on my android phone from servers that aren't always the fastest. These downloads can range from audio and video files to zip and rar files.

    I'm on the lookout for an app that will allow me to resume downloads that have failed, as well as choose where to save each file individually.

    So far, I've only come across apps that have been discontinued.

    Do you happen to know of any good, regularly updated apps that fit the bill?

    Thanks so much for your help :)

    Selfhosted @lemmy.world
    Tiritibambix @lemmy.ml

    How to organize courses and tutorials ?

    Hey there!

    So, I've accumulated a ton of courses and tutorials over the years - everything from photography to cooking to music mixing and mastering, DIY, gardening, you name it.

    I've been trying to keep everything organized with Jellyfin, but honestly, it's a bit of a hassle to navigate through all my content and find what I need.

    I'd love to find something with a user-friendly interface where I can easily sort, organize, and tag all my courses and videos.

    I've been searching high and low for a solution these past few days, but haven't had much luck. Any suggestions?

    Thanks in advance for your help!

    Selfhosted @lemmy.world
    Tiritibambix @lemmy.ml

    Temporarily hosting on Oracle Free tier.

    Solution : Don't be stupid. Open the proper ports.


    Hey there!

    So, I'm getting ready to move from places to places for the next six months and it's going to be a bit of a hassle. My servers will be offline until I find a permanent home, which is stressing me out because I rely on a bunch of services I host for my daily routine.

    So I've set up an Oracle free tier account so I can still access my favorite services while I'm in limbo. I'm using docker and Portainer to manage everything, and so far Serge (for the lolz) and Vikunja are up and running with no issues using the IP Oracle provided.

    But when I tried to set up Bookstack, Whoogle and Searxng, they installed fine but for some reason they won't open. I've checked the logs and there are no errors, I just keep getting a timeout message in my browser.

    I haven't tested any other services yet, but I'm stumped as to why these two won't cooperate. I'm just a casual hobbyist

    Selfhosted @lemmy.world
    Tiritibambix @lemmy.ml

    Too many issues with Lychee. Any alternative ?

    Hello there.

    First, I want to specify that I use Lychee-Docker and that's the only experience I have with Lychee.

    I've been using it for some time to share family pics with family members and it's been great. However, with v5, I've noticed some issues that are making things a bit challenging. I appreciate some of the good ideas that came with the new update, but in my opinion, there are also quite a few bad decisions that have been made.

    For example:

    • Can't import photos / videos from server anymore. I sometimes used to drop files directly in a location of my server and then use the UI to import them. Convenient on mobile or with large number of files.
    • Can't upload large files (LycheeOrg/Lychee#2207, LycheeOrg/Lychee#2129)
    • Can't remove single / several photos from an album anymore. You need to delete the album and re-upload
    • Ca
    Selfhosted @lemmy.world
    Tiritibambix @lemmy.ml

    SOLVED. Has anyone installed Shotshare using docker-compose ?

    Ok so the solution was this. Thank you @[email protected]

    cd /home

    git clone https://github.com/mdshack/shotshare

    cd .../Files/

    sudo mkdir Shotshare

    cd .../Files/Shotshare

    sudo mkdir shotshare_data

    sudo touch .env database.sqlite

    cp -r /home/shotshare/storage/* .../Files/Shotshare/shotshare_data

    chown 82:82 -R .../Files/Shotshare/

     undefined
        
    version: "3.3"
    services:
      shotshare:
        ports:
          - 2000:80
        environment:
          - HOST=:80
          - ALLOW_REGISTRATION=false
        volumes:
          - .../Files/Shotshare/shotshare_data:/app/storage
          - .../Files/Shotshare/database.sqlite:/app/database/database.sqlite
          - .../Files/Shotshare/.env:/app/.env
        restart: unless-stopped
        container_name: shotshare
        image: mdshack/shotshare:latest
    networks: {}
    
      

    Hello everyone.

    I am deeply struggling to install shotshare on my server using docker-compose.

    I followed the instructions and I've been [talki