There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

kbin.life

mo_ztt , to selfhosted in Help standing up a self-hosted Lemmy instance
@mo_ztt@lemmy.world avatar

I just set it up from a git checkout, and it was pretty involved – the build instructions are actually quite a bit better than usual for development software at this stage, but it’s still a complicated process with some changes vs. what’s in the instructions. If you’re open to that route, I can try to document what I did in more detail + send it along and give some help if you get stuck.

giddy ,
@giddy@lemmy.perthchat.org avatar

Not the OP but I would appreciate it. I got stuck with building the lemmy image. Not sure why they don’t just use a published image

EDIT - found the problem - the docker compose file has the build options enabled for the lemmy image and the published image commented out

EDIT 2 - latest issue - 404: FetchError: request to lemmy:8536/api/v3/site? failed, reason: getaddrinfo EAI_AGAIN lemmy

TerryMathews OP ,

The furthest I got last night, that was where I got stuck as well.

TeaHands , to ukcasual in Just in case ducks aren't allowed here, I also created Casual UK (with Ducks)
@TeaHands@lemmy.world avatar

We already established that ducks are fine here.

spammy OP ,

🦆?

codapine ,

Obligatory - youtu.be/cFK2Xq2RyiU

fcuks , to ukcasual in TV Tuesday?

BEEF on netflix was a surprise banger for me

agreyworld ,

After a while I just found it too stressfully destructive to keep watching!

adthrawn , to mildlyinfuriating in When the tab on the soda can doesn't quite work

Oh God this drives me mental all the time

alternativeninja ,
@alternativeninja@lemmy.sdf.org avatar

When this happens I just push it in with my finger and cut myself on the can!

defaultnamespace OP ,
@defaultnamespace@lemmy.world avatar

I usually just push through with my finger, but I have to say, I love your style.

AcidOctopus ,

Then you try and push it the rest of the way through with your finger and slice your whole fucking hand open, immediately realising what a stupid decision that was 😅

SnowWomble , to ukcasual in Just deleted my 12 year old reddit account
@SnowWomble@sh.itjust.works avatar

6 year old account deleted. I came here, just trying to understand the differences in the way things work but should sort it sooner than later. Glad someone already has the UKCasual subreddit sublemmy community going. Where else are we going to talk about cups of tea and what order jam and cream go on scones?

fcuks OP ,

feel free to drop me a message if you have any Qs

SnowWomble ,
@SnowWomble@sh.itjust.works avatar

Thanks, I’m having a little peruse around. It feels similar but at the same time different. I’ll get there no doubt after reading some of the tutorials but will message if I need some help. Cheers

addie ,
@addie@feddit.uk avatar

And the weather, obviously, which is roasting right now. Had a hailstorm a couple of nights ago (in June!) which got the pollen out the air for a bit, so that was nice.

UsualMap , to ukcasual in Just deleted my 12 year old reddit account

It's rather wonderful - I deleted my many accounts and now enjoying life on the bright side.

I'm not sure I'd go back to Reddit now even if they sort out their act...

fcuks OP ,

Same dude I was really looking at cutting my usage down but reddit was such an easy “default” gotta say props to spez for curing my addiction haaaaaaaaaa

Fisuxcel , to android in Did Google ever say why it killed the bottom address bar in Chrome? (And what's your fave browser?)

Brave, bromite isn’t updated as often as i want and it has bottom search bar

howling ,

I don’t use Brave anymore but god, I remember really loving that bottom search bar layout (with the search icon rather than the whole bar). It was probably one of the hardest things for me to get used to not having when I switched to Firefox.

ErikDegenerik ,

Use this instead, it’s made by one of the devs that worked on Bromite.

taaz , to selfhosted in Hosting Lemmy with Traefik

I am currently also using traefik on top of the lemmy stack but I was too lazy so I just proxied the nginx there and prayed to the god of routing lol

Might steal your traefik paths for lemmy though, thanks

Omripresent OP ,
@Omripresent@leddit.social avatar

Funny enough I already made a few changes to the traefik configs, I saw someone else’s post and if it’s safe to assume that any request with Accept header starting with application/ should be routed to the Lemmy server, the following would work as well:

<pre style="background-color:#ffffff;">
<span style="color:#323232;">- </span><span style="color:#183691;">traefik.http.routers.leddit-api.rule=Host(`leddit.social`) && (PathPrefix(`/api`, `/pictrs`, `/feeds`, `/nodeinfo`, `/.well-known`) || Method(`POST`) || HeadersRegexp(`Accept`, `^[Aa]pplication/.+`))
</span>

I’ve also added caching policies to make sure none of the API responses are cached and having the UI be cached explicitly since it’s not done today.

<pre style="background-color:#ffffff;">
<span style="color:#63a35c;">services</span><span style="color:#323232;">:
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">lemmy-server</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">deploy</span><span style="color:#323232;">:
</span><span style="color:#323232;">      </span><span style="color:#63a35c;">labels</span><span style="color:#323232;">:
</span><span style="color:#323232;">        - </span><span style="color:#183691;">traefik.http.routers.leddit-api.middlewares=no-cache
</span><span style="color:#323232;">        - </span><span style="color:#183691;">traefik.http.middlewares.no-cache.headers.customresponseheaders.Cache-Control=no-store
</span><span style="color:#323232;">...
</span><span style="color:#323232;">  </span><span style="color:#63a35c;">lemmy-ui</span><span style="color:#323232;">:
</span><span style="color:#323232;">    </span><span style="color:#63a35c;">deploy</span><span style="color:#323232;">:
</span><span style="color:#323232;">      </span><span style="color:#63a35c;">labels</span><span style="color:#323232;">:
</span><span style="color:#323232;">        - </span><span style="color:#183691;">traefik.http.routers.leddit-web.middlewares=cache-control
</span><span style="color:#323232;">        - </span><span style="color:#183691;">traefik.http.middlewares.cache-control.headers.customresponseheaders.Cache-Control=public, max-age=86400
</span>
TheiaTheMoonMaker , to futurama in What makes a man turn neutral?
@TheiaTheMoonMaker@beehaw.org avatar

Have you ever tried simply turning off the TV, sitting down with your husband, and hitting him?

TeaHands OP ,
@TeaHands@lemmy.world avatar

I’ve not said this in probably about 15 years but…rofl

Quentinp , to gaming in Whats a game that everybody seems to love that you cant stand for one reason or another?
@Quentinp@lemmy.ca avatar

Never into the 3d Metal Gear Solid games. Also most RTS; no matter how cool they look they just aren’t my cup of tea.

Auggie_Otter ,

I like Metal Gear Solid a lot. Metal Gear Solid 2 was okay but the bait and switch from Solid Snake to Raiden was just aggravating and the plot started getting more crazy than I cared for. By the time Metal Gear Solid 3: Snake Eater came out I was just done. I know I’m in the minority here but it just isn’t for me. The first Metal Gear Solid for the PS1 was about the right balance of game play and funky off the wall story for me.

Hideo Kojima needs someone to tell him when enough is enough.

kresten , to selfhosted in Trello alternative?

I like the appearance of taiga.io but I haven’t gotten around to try hosting it myself

pixelblut ,

Good luck if you try, I’ve spun up taiga a awhile ago for a work colleague who wanted to try it. I still haven’t figured out how the f SSL Is supposed to work with it. The docs don’t explain it and I had no luck with nginx as reverse proxy so far either.

MetaCubed , to selfhosted in What are YOU self-hosting?

Prefacing by saying my lab is severely breaking some a lot of best practices due to hardware availability limitations

Proxmox box (24GB DDR3, E3-1230)

  • Ubuntu LTS Dedicated Minecraft server
  • Windows 10 Dedicated V Rising server
  • Ubuntu LTS for Plex
  • TrueNAS
  • Coming Soon: Jelu Server - a self-hosted Goodreads replacement

Raspberry Pi 2B+

  • PiHole

OptiPlex 7020 sff (8GB DDR3, i5-4590)

  • Bitwarden
FederalAlienSmuggler ,

You could just host everything on your Proxmox server, why running another OptiPlex just for Bitwarden?

MetaCubed ,

I often think that to myself as well to be honest. Originally, it was mostly because it’s the only “secure” system that I’m currently hosting and I wanted the ability to airgap it without taking the rest of my homelab offline.

I mostly use my homelab for tinkering/applying what I’m learning without breaking a production system at work so needless to say I’ve learned a lot since I originally deployed bitwarden… Now it’s just because I’m too lazy to spin a new vm and migrate everything.

heinzskunk , to selfhosted in Trello alternative?
@heinzskunk@discuss.tchncs.de avatar

Maybe vikunja.io suits your needs.

haulyard ,
@haulyard@lemmy.world avatar

Another thumbs up for Vikunja. Even approved by the wife! Note that integration with Apple reminders is not working currently and there doesn’t seem to be a solution.

Steinsprut , to retrogaming in Paralyzed by choice, which handheld to best game on?
@Steinsprut@szmer.info avatar

PlayStation Vita is fantastic for handheld retro gaming, it has Retro Arch and can handle pretty much anything up to GBA. It also runs PS1 and PSP games almost perfectly.

Plus the slim model has Micro USB charging

HiddenTower ,
@HiddenTower@lemmy.world avatar

I’ve heard vita has slowdown on some GBA, SNES games, do you experience that?

wpuckering , to selfhosted in What's your backup strategy?
@wpuckering@lm.williampuckering.com avatar

I run all of my services in containers, and intentionally leave my Docker host as barebones as possible so that it’s disposable (I don’t backup anything aside from data to do with the services themselves, the host can be launched into the sun without any backups and it wouldn’t matter). I like to keep things simple yet practical, so I just run a nightly cron job that spins down all my stacks, creates archives of everything as-is at that time, and uploads them to Wasabi, AWS S3, and Backblaze B2. Then everything just spins back up, rinse and repeat the next night. I use lifecycle policies to keep the last 90 days worth of backups.

palitu ,

I like the cut of your jib!

Any details on the scripts?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines