Avatar

bloodsangre7

bloodsangre7@lemmy.world
Joined
22 posts • 75 comments
Direct message

For me it’s the vertical size, fits perfect in my hand and almost all newer phones are longer.

permalink
report
parent
reply

Right? Maybe a little research would help? I don’t know where she was commuting to, but picking an apartment up in Spring probably wasn’t the best choice

permalink
report
parent
reply

Aww, cats gonna explore!

permalink
report
reply

Yeah it seems like HA OS is the way to go, running the separate Docker containers has been a headache and breaks/take time more than it’s worth

permalink
report
parent
reply

For anyone trying to google a solution, I got it to work with the below in Portainer

version: ‘3.7’

services:

api:
    image: 'gthole/drink-stash:latest'
    init: true
    restart: 'always'
    environment:
      - SECRET_KEY=*enter-a-key-here*
      - ALLOWED_HOSTS=*enter-ip-here*
      - DJANGO_SUPERUSER_USERNAME=*can-be-whatever*
      - DJANGO_SUPERUSER_EMAIL=*duh*
      - DJANGO_SUPERUSER_PASSWORD=*make-it-up*
      - DJANGO_SUPERUSER_FIRST_NAME=*John*
      - DJANGO_SUPERUSER_LAST_NAME=*Smith*
      - INITIAL_FIXTURES=recipes
    ports:
      - 8081:8000
    volumes:
        - /volume1/docker/drink-stash/data:/data
        - /volume1/docker/drink-stash/public:/public
permalink
report
reply
Deleted by creator
permalink
report
reply

Only one I missed was PushBullet, it was the easiest way to text from browser and get articles from phone/computer. Nothing I’ve tried on Firefox has worked as well

permalink
report
parent
reply

I love Jerboa, very minimal which is great for me. If it had a search function it be perfect

permalink
report
parent
reply