[-] tko@tkohhh.social 2 points 1 month ago

Cheers to that!

[-] tko@tkohhh.social 2 points 1 month ago

I'm so glad I found this site! I think I've been converted to a Consensus Voting proponent instead of Instant Runoff.

You can read more about it here: https://betterchoices.vote/ConsensusVoting

[-] tko@tkohhh.social 2 points 1 month ago

A reverse proxy is basically a landing place that acts as a middle man between the client and the server. Most people set it up so that all traffic on 80 or 443 go to the reverse proxy, and then the reverse proxy gets the correct website based on the host header of the request.

If you are currently serving multiple websites on your server, then that means you are serving each website on a different port.

So, just make sure that the reverse proxy is serving on a port that is not used by your other sites. It will only respond on it's own port, and it will only serve the site(s) that you have configured in the proxy.

You'll be fine!

[-] tko@tkohhh.social 2 points 4 months ago

Indeed. A wise wizard once said: "It is a curious thing, Harry, but perhaps those who are best suited to power are those who have never sought it."

[-] tko@tkohhh.social 1 points 4 months ago

Thank you, that's super helpful!

[-] tko@tkohhh.social 1 points 8 months ago

Understood, but OP mentioned that he wanted something without a backup camera, so that's why I was asking for clarification.

[-] tko@tkohhh.social 2 points 11 months ago

I suspect the language would change for those scenarios, so maybe you would say "I slept until midday" rather than "I slept until 12pm".

[-] tko@tkohhh.social 2 points 1 year ago

Maybe it's not a conspiracy... maybe people are just uninterested in reading your drama and don't think it belongs in asklemmy.

[-] tko@tkohhh.social 1 points 1 year ago

I've installed dart-sass (instructions here) on my machine, and then ran the compiler on my scss file. I get the following error

Error: Can't find stylesheet to import.
  ╷
1 │ @import "./variables";
  │         ^^^^^^^^^^^^^
  ╵
  _variables.tk.scss 1:9  @import
  tk.scss 1:9             root stylesheet

Where can I find the _variables.scss file that it's looking for?

[-] tko@tkohhh.social 1 points 1 year ago

Is that included in the lemmy install?

[-] tko@tkohhh.social 1 points 1 year ago

Sorry to keep coming back to this thread, but so far this is the only place I've found discussing themes in a remotely helpful way.

What are you using to generate the CSS file from the two SCSS files?

I copied the lightly theme and updated/added a couple of variables. I then used bootstrap.build to generate the CSS file, but it breaks the layout (see screenshot). Is there some other way to generate the CSS? Surely you aren't editing it by hand, are you?

view more: ‹ prev next ›

tko

joined 1 year ago