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
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
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!
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."
Thank you, that's super helpful!
Understood, but OP mentioned that he wanted something without a backup camera, so that's why I was asking for clarification.
I suspect the language would change for those scenarios, so maybe you would say "I slept until midday" rather than "I slept until 12pm".
Maybe it's not a conspiracy... maybe people are just uninterested in reading your drama and don't think it belongs in asklemmy.
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?
Is that included in the lemmy install?
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?
Maybe look at something like this: https://grafana.com/grafana/plugins/marcusolsson-dynamictext-panel/
Cheers to that!