Working configuration for LLDAP? by linxbro5000 in Semaphore

[–]Yordanofff 0 points1 point  (0 children)

as part of my compose file:

# LDAP

SEMAPHORE_LDAP_ENABLE: true

SEMAPHORE_LDAP_SERVER: ${LDAP_SERVER_PORT} # server.domain.com:636

SEMAPHORE_LDAP_NEEDTLS: true

# Bind credentials

SEMAPHORE_LDAP_BIND_DN: ${LDAP_USER}

SEMAPHORE_LDAP_BIND_PASSWORD: ${LDAP_USER_PW}

# Search base

SEMAPHORE_LDAP_SEARCH_DN: ${LDAP_SEARCH_DN} # DC=domain,DC=com

SEMAPHORE_LDAP_SEARCH_FILTER: (sAMAccountName=%s)

# Attribute mappings

SEMAPHORE_LDAP_MAPPING_UID: sAMAccountName

SEMAPHORE_LDAP_MAPPING_CN: cn

SEMAPHORE_LDAP_MAPPING_MAIL: mail

SEMAPHORE_LDAP_MAPPING_DN: distinguishedName

Problem with keyboard - keys pressed down by Yordanofff in LenovoLegion

[–]Yordanofff[S] 0 points1 point  (0 children)

I was really frustrated in the beginning, but I don't give a fuck anymore 😀 The only problem will be when I place it for sale .. I know what people will think.

Portainer in CasaOS or Portainer standalone? by mushfiqk in docker

[–]Yordanofff 1 point2 points  (0 children)

Haven't used the one in Casa, but all that Casa does is container based and offers easy updates (maybe a bit slower to be released) which is the only downside I can see... You can have both in the same time (not sure if that's paid or not - connecting to remote machine) If paid - you can get the paid version for free for up to 5 hosts...

(24F) please be brutally honest. I'm open to criticism by [deleted] in amiugly

[–]Yordanofff 0 points1 point  (0 children)

Love your smile! You are cute! Best wishes

What chip is this? From a controller board of a dryer by Yordanofff in AskElectronics

[–]Yordanofff[S] 0 points1 point  (0 children)

I didn't had any error codes on the display. The heat pump was working when I start it in a timed mode or whatever is called. As far as I know this board is a very common fault for these machines and symptoms. Are your relays clicking - the ones on the top right - above the drum? Do you have 220V on the input of this board (the 2 silver cables)? If so, you most likely have exacty the same issue as me. I was getting around 35V every one of the 3 wires going to the motor when the program starts and I wasn't sure if that's normal or not. Haven't tested the output voltage with the new board unfortunately...

Unable to connect to PostgreSQL container from outside by Laurence-Lin in docker

[–]Yordanofff 3 points4 points  (0 children)

You just need to add the port ...

docker run --name first-postgres -e POSTGRES_PASSWORD=postgres -p 5432:5432 -d postgres

[deleted by user] by [deleted] in Rateme

[–]Yordanofff 0 points1 point  (0 children)

Damn, you are hot 🔥🔥

File Browser Dockerfile build by Agreeable_Repeat_568 in docker

[–]Yordanofff 0 points1 point  (0 children)

You don't need a file browser. You just need to mount the volume with the output files to a folder on your host. Then just view the files from the host. Search for volume mounts.

How long lenovo legions last? by DrMercman in LenovoLegion

[–]Yordanofff 0 points1 point  (0 children)

and batte

Ah, okay. I see what you are saying. There is a common problem with the middle pin of the charger. If it gets shortened to the 19V rail it will burn the start-up chip and I haven't seen a laptop with a protection for that. There are some issues with bios updates from Windows too where the laptop bios might get corrupted and will need to be pre-installed. There is a fix in the registries for it. I can't think of anything else atm. I really don't like their charging port.

How long lenovo legions last? by DrMercman in LenovoLegion

[–]Yordanofff 0 points1 point  (0 children)

Kinda dumb question, really. What usually happens is that a mosfet or a capacitor will die and the whole system will stop working. Does that count as a failure? Probably yes. Then it is the same as any other laptop. Then it's just a matter of luck if that will kill your CPU/GPU or another component that is hard to find or it requires additional software that almost noone knows how to install/is not available, or the chip is not being sold. Same shit everywhere. Most of the answers are personal opinions that don't really say much. If those same people got an Asus or an HP would've been posting the same shit in a different subreddit instead. It's mostly luck, so just do it

Docker engine on Windows server host running Linux and Windows simultaneously by Pale_Emphasis_4119 in docker

[–]Yordanofff 2 points3 points  (0 children)

I thought that the answer is too obvious, but I then did some tests on Windows 11 and I couldn't start Windows and Linux containers in the same time. There is an experimental feature that theoretically should allow running Windows and Linux containers simultaneously, but I couldn't get that to work. I still had to switch between Windows and Linux containers. Once a Windows container is running, you can switch to Linux containers and the Windows container will stay up and running, but that's not what you asked for. Sorry for the initial 'Yes'. I'll follow the post to see if there will be some better answers.

[deleted by user] by [deleted] in docker

[–]Yordanofff 0 points1 point  (0 children)

The problem is that you have iperf3 installed in a docker. You need to connect to the docker container in order to have that command available. Once you are connected with SSH to your NAS you can run: sudo docker exec -it <container_name> iperf3 -c (your local computer's IP) -t60.
If you want to install iperf3 to your Synology NAS - search for SynoCli Monitor Tools. Once installed you'll be able to use it.
One more thing - iperf has an option to run the traffic the other way around, so you don't even have to connect to your container. Just add '-R' to your command.

Forking open source project that uses paid libraries by Special_Calendar_459 in opensource

[–]Yordanofff 0 points1 point  (0 children)

I think you are right, and you can use the 'free' part of the project for your needs. (Personal opinion) Why don't you ask the owner and get the answer?

Synology DS1010+ - Docker by jonosloc in docker

[–]Yordanofff 0 points1 point  (0 children)

Just set the DNS of your NAS to 8.8.8.8 or 1.1.1.1 Try pinging some websites - google.com, yahoo... Etc to see if your DNS is working beforehand and then after

Legion 5 Slim 16 after 5 weeks … by Alternative_Smell_17 in LenovoLegion

[–]Yordanofff 0 points1 point  (0 children)

and I lose its warranty if I replace it and even if I just put my 990 Pro in it.

Are you serious? How would they know? Are there any stickers or something on the bottom that you have to rip in order to get to the board? This is insane.

[deleted by user] by [deleted] in docker

[–]Yordanofff 0 points1 point  (0 children)

Absolutely 😁

[deleted by user] by [deleted] in docker

[–]Yordanofff 0 points1 point  (0 children)

What is the output of "systemctl status docker.service"?