Skip Navigation

Posts
8
Comments
155
Joined
2 yr. ago

  • How is NC using redis? I can't see any links from the NC container

  • Can I ask why the separate NC container for cron? Also, I presume the mysqldump container is for easy db backups?

  • No you can use other databases. It is separate here

  • +1 for Vaultwarden. Much simpler to set up

  • I seriously suggest you give Nextcloud another go, this time under Docker. Very simple to do.

    Save the following in a new folder as docker-compose.yml

     
        
    version: '3'
    
    volumes:
      db:
    
    services:
    
      nextcloud-app:
        image: nextcloud
        container_name: nextcloud-app
        restart: always
        volumes:
          - ./data:/var/www/html
        environment:
          - MYSQL_PASSWORD=changeme
          - MYSQL_DATABASE=nextcloud
          - MYSQL_USER=nextcloud
          - MYSQL_HOST=nextcloud-db
        ports:
          - "80:80"
        links:
          - nextcloud-db
    
      nextcloud-db:
        image: mariadb
        container_name: nextcloud-db
        restart: always
        command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
        volumes:
          - db:/var/lib/mysql
        environment:
          - MYSQL_ROOT_PASSWORD=changeme
          - MYSQL_PASSWORD=changeme
          - MYSQL_DATABASE=nextcloud
          - MYSQL_USER=nextcloud
    
      

    run this command in the folder -

    docker-compose up -d

    open http://localhost

  • Mike Cannon-Brookes (co-founded Atlassian) has set up a 1.5b green fund to invest in green energy projects

  • Tony Khan created AEW and seems to genuinely care about his employees. He put on a private plane this week so the wrestlers could attend the funeral of Bray Wyatt and still make it to Dynamite

  • ditto Gmail?

  • What are you running for Netflix and Prime Video?

  • Yup Vaultwarden (the self host server) is easy to run in Docker and works well with the Bitwarden apps

  • The note about Pence refusing to get in the Secret Service car for fear of being prevented from filling his role worries me the most. The idea of Secret Service personnel participating in an attempted coup is terrifying.

  • I like to self host my stuff and have an Airsonic server with all my music. I can connect to it via web or a number of compatible apps available in the Play and App Stores. All the convenience of streaming and none of the subscription fees

  • ES File Explorer is my goto

  • I am genuinely interested in how WoW does on the steam deck. When I used to play I had close to 20 buttons I needed easy access to

  • The money spent in Ukraine is money well spent. They have hugely damaged a major belligerent power, forever destroyed the myth of Russian strength, unified Europe and NATO and learned much about Russian military capabilities all while using last generation western hardware

  • I'm using Tooot for Mastodon on my ipad

  • Is this likely to move faster than the federal indictments, being state charges?