30
submitted 4 months ago by giddy@aussie.zone to c/selfhosted@lemmy.world

Hey all,

I have given up hope of hosting my own mail server but was hoping for one that would serve as an archive -

  • downloads new emails via IMAP from my mail provider on a regular basis
  • allows my mail clients to connect via IMAP to view and search emails

Any suggestions for a docker solution for this?

Thanks

[-] giddy@aussie.zone 36 points 10 months ago* (last edited 10 months ago)

Max is not just one guy. He is an amalgamation of road warriors remembered in legends by the post-apocalyptic societies they helped

10
submitted 1 year ago by giddy@aussie.zone to c/selfhost@lemmy.ml

cross-posted from: https://aussie.zone/post/3212910

Hi all,

I have had several shots at self hosting email over the years and my last attempt failed due to my home IP being in a dynamic pool. I thought I might try again, this time with a basic web hosting provider that I could set up email on. Any suggestions for a free/cheap provider with decent uptime?

Thanks

44

Hi all,

I have had several shots at self hosting email over the years and my last attempt failed due to my home IP being in a dynamic pool. I thought I might try again, this time with a basic web hosting provider that I could set up email on. Any suggestions for a free/cheap provider with decent uptime?

Thanks

[-] giddy@aussie.zone 18 points 1 year ago

Also cross-dressing Bugs Bunny and the cat that Pepe Le Pew was chasing

10

Hi all,

I have Pi.Alert (along with Pi.hole) running on a RPi4. I recently moved my Dokuwiki instance (running in Docker) onto the same device and now Pi.Alert is complaining about lots of new devices. If I look at the IP addresses I can see they correspond to the network interfaces created by Docker. Is there any way to exclude these networks from Pi.Alert?

Thanks

[-] giddy@aussie.zone 28 points 1 year ago

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

47
I call bs (i.imgur.com)
submitted 1 year ago by giddy@aussie.zone to c/ausmemes@aussie.zone
[-] giddy@aussie.zone 16 points 1 year ago

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

[-] giddy@aussie.zone 67 points 1 year ago

IT IS A SOVEREIGN NATION

53
submitted 1 year ago by giddy@aussie.zone to c/risa@startrek.website
11

Hi all,

Has anyone got cryptpad (docker installation) running behind Nginx Proxy Manager? The cryptpad docs provide a sample nginx config but I am struggling to adapt that to the Nginx Proxy Manager structure.

Thanks

[-] giddy@aussie.zone 30 points 1 year ago

Highlander 2 was ssssssssssooooooooooooo bad.

[-] giddy@aussie.zone 21 points 1 year ago

Feeling of inadequacy rising...

[-] giddy@aussie.zone 15 points 1 year ago

What does this have to do with Florida gas station owners?

[-] giddy@aussie.zone 30 points 1 year ago

14 years and 35 billion (combined with #4 which has not been finished) and didn't generate a single kWh in anger until now. Put the same investment into renewables and it would generate similar or greater energy and would start doing so within a year.

The argument against nuclear now is not about safety. It is about money. Nuclear simply cannot compete without massive subsidies.

13
submitted 1 year ago by giddy@aussie.zone to c/games@lemmy.world

Has anyone ever been successful in contacting Rockstar Games support? If so how?

I am trying to change my email address and their POS website isn't sending confirmation emails.

If I go to https://support.rockstargames.com/ it tells me to go to https://www.rockstargames.com/contact which tells me to go to https://support.rockstargames.com/!

[-] giddy@aussie.zone 36 points 1 year ago

This just gets better and better

[-] giddy@aussie.zone 22 points 1 year ago

The holosuite episodes were an interlude and a break from the overarching dominion war arc allowing the crew to do something out of the box and wacky. Even then they often covered relevant topics such as Nog's PTSD. The heist episode is one of my favourite episodes in all of Trek.

view more: next ›

giddy

joined 1 year ago