I made a git repo with the schematic and yaml file for you, if you have any questions feel free to ask.
I may not know the answer, but i’ll do my best to help.
I made a git repo with the schematic and yaml file for you, if you have any questions feel free to ask.
I may not know the answer, but i’ll do my best to help.
I actually have a working’ish prototype of this project laying on my table right now.
It’s a 120mm noctua fan being controlled by pwm i relation to the temperature. It also has an oled screen to show temp and fan speed. All controlled trough home assistant via esphome.
I say working’ish because the temp sensor i’m using (dht11) is unreliable and is messing up half the time, so i’m looking into buying a DS18B20 instead.
I’d be happy to share schematics and code if you’d like it.
I’m happy to help.
Good luck with proxmox and selfhosting.
It took some time as i had to find a moment to translate my notes.
I did my best with formatting but for some reason new paragraphs aren’t a thing i can get working in an untiered list in a lemmy comment 🤷
I presume some basic knowledge of linux and how to install an OS on a machine, but i’ve tried to add every single step with commands.
If anybody knows an easier way or have any comments regarding this, feel free to educate me.
Here is the way i installed it:
Switching the kernel:
hostname --ip-address
, it should return the ip-addressecho "deb [arch=amd64] http://download.proxmox.com/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
apt update && apt full-upgrade
apt install proxmox-default-kernel
systemctl reboot
Installing the packages
apt install proxmox-ve postfix open-iscsi chrony
apt remove linux-image-amd64 'linux-image-6.1
update-grub
apt remove os-prober
systemctl reboot
Adding SSH access for root user
It’s easier to copy/paste commands, this requires SSH access to the server
This can be done at any point. I did it as soon as i installed debian, and then removed it as i booted into proxmox
nano /etc/ssh/sshd_config
PermitRootLogin yes
.
/etc/init.d/ssh restart
Removing debian user
This removes the user that was made as part of installing debian. It can probably be used, but i found it better to add all needed users once i got in to proxmox instead the [
of course needs to be changed out for the username you used when you installed debian. ]
grep ‘users’ /etc/group
deluser [username]
to remove the userI have a luks encrypted proxmox machine.
And the easiest way i found to do it was to install debian with full disk encryption and then doing some magic to swap the kernel from debian to proxmox.
Or that’s what i think i did at least. I’m no linux magician, i just use it.
On another server i use dropbear to unlock LUKS over ssh. Those two things should be easy to combine.
I took meticulous notes, so i should be able to give you some direction to go if you need some help and can’t find a decent guide out there.
YouTube link: Stand-up Maths - Stand-up comedy routine about Spreadsheets
I use a snippet manager called keep.
It runs in the terminal, and helps remember commands. I use it for remembering commands with lots of flags and parameters that i don’t use often. But it can be used to remember any command you need.
You can also add comments to each command to remind you what it does.
I add the command i need to remember with
keep new
And when i forget it i can run
keep list
To get a list of commands.
It can do more, but i’ve only ever used those two functions.
I’m happy to help.
I don’t know much about WLED, but from the other comments here it would appear so. And i think it’s also what makes the most sense.
If i’m understanding your question, what you’re looking for is Ohm’s law
Amp = watt / volt
1 / 24 = 0.042
You want milliamps, so multiply by 1000 giving you 42mA per IC
Same for me. I think i bought the app back in 2017 and have had full access ever since.
That makes so much more sense. Thanks for explaining!
Okay cool. I’ll have a closer look at the code at some point.
I might absolutely be wrong as i know nothing about making extensions. But from my short glimpse at it, it looks like it just crawls ~300 named instances from a list and adds up to 50 communities from each to the database. And that it does so as often as you’ve set it to run.
If i’m right (and i’m probably not), wouldn’t that drastically limit the capabilities of the extension?
Or are those named instances basically carying all of the fediverse?
I know you might be the wrong person to ask as you just adapted the crawler, i’m just curious and like poking my nose in to places it doesn’t belong. 😁
Awesome.
I couldn’t seem to find any info on the github, so i’ll just ask you here.
How is the database populated? Will it be possible to add missing communities manually?
Lemmy Go will search its database for any community that has the text firefox in its name (e.g. linux_gaming) or title (Linux Gaming).
Is this an typing error or am i misunderstanding something?
If i write lg firefox why would linux gaming show up?
But cool add-on non the less. I’m looking forward to trying it.
Thanks. 😀
I had to use 4 different sources to make my project work.
It wouldn’t be nice to force others to go trough the same amount of trouble when i already have the files.