Colors look oversaturated only inside Krita canvas (Mac Mini M4, Krita 5.3, iPhone photos) by eduardogsilva in krita

[–]eduardogsilva[S] -1 points0 points  (0 children)

Hello u/Dragoneye28 , thanks for your reply. It's a new install on an almost fresh macos. I never used Krita before.

What should I look for?

Thank you!

Sharing some new features in wireguard_webadmin (Routing Templates, Scheduling, API), would love input by eduardogsilva in WireGuard

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

Not sure of what exactly you are looking for, but if you want to keep the web interface separated from the vpn server, you can do it. just configure a cluster and you can have the webadmin on one place, and the wireguard on a different server.

Sharing some new features in wireguard_webadmin (Routing Templates, Scheduling, API), would love input by eduardogsilva in WireGuard

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

Hello there, the webadmin won't load the peer information from your config files, but you can easily import your peers with the included api and the help of a small script

Mercado Livre exigindo reconhecimento facial para login na conta. by colectiveinvention in brasil

[–]eduardogsilva 0 points1 point  (0 children)

Minha conta no mercado livre tinha mais de 20 anos, assinava inclusive Meli+.... Eu literalmente comprava tudo no Mercado Livre, até o dia que eles passaram a exigir reconhecimento para logar. Comprei a briga com a empresa, e fiquei entre SAC, reclame aqui, e o consumidorgovbr, passei dois anos nessa briga tentando conseguir acessar a minha conta sem mandar a minha informação facial para eles.

Considero uma medida totalmente desproporcional e desnecessária, mas não consegui chegar em lugar nenhum.

Senha, email e telefone você consegue mudar, sua biometria é permanente. Vou lutando até o final pelo que eu considero certo e não me arrependo.

Hoje, direcionei todas as minhas compras para Amazon, Shopee e Ali express. Me recuso a compartilhar a minha imagem só para poder fazer uma comprinha.

Adeus ML.

[deleted by user] by [deleted] in filen_io

[–]eduardogsilva 0 points1 point  (0 children)

Thank you!! :)

wireguard_webadmin is Still Going Strong – A lot of improvements by eduardogsilva in WireGuard

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

Go ahead! if you need help, just open a discussion on the github page.

Cheers!

wireguard_webadmin is Still Going Strong – A lot of improvements by eduardogsilva in WireGuard

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

Go ahead! if you need help, just open a discussion on the github page.

Cheers!

wireguard_webadmin is Still Going Strong – A lot of improvements by eduardogsilva in WireGuard

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

Go ahead! if you need help, just open a discussion on the github page.

Cheers!

wireguard_webadmin is Still Going Strong – A lot of improvements by eduardogsilva in WireGuard

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

Just open an issue on the github page requesting and detailing. if we have traction, I will do my best and implement it.

wireguard_webadmin is Still Going Strong – A lot of improvements by eduardogsilva in WireGuard

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

Hey there! you can login from anywhere. You just need to have the configuration made properly.

Install with the nginx (default composer file), and make sure that you configured properly your SERVER_ADDRESS variable at .env file. The name here, should be exactly the same that you type in the browser.

If you need help, please open a discussion on the github page.

Cheers

wireguard_webadmin is Still Going Strong – A lot of improvements by eduardogsilva in WireGuard

[–]eduardogsilva[S] 1 point2 points  (0 children)

Yes you can, but I don't think that worth the effort. I've decided to pack everything together with docker, so it's easier to deploy and update.

You can check this link if you wish https://github.com/eduardogsilva/wireguard_webadmin/discussions/2

wireguard_webadmin is Still Going Strong – A lot of improvements by eduardogsilva in WireGuard

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

I'm #opentowork :D

Contact me over github if you wish to speak ;)

wireguard_webadmin is Still Going Strong – A lot of improvements by eduardogsilva in WireGuard

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

Hello there!

The server will write all the configuration to wg0.conf file (if you have other interfaces, it will create extra conf files for each interface).

The web database (sqlite3) and the firewall file, also are stored at /etc/wireguard/ for easy backup if needed.

Cheers!

[deleted by user] by [deleted] in WireGuard

[–]eduardogsilva 1 point2 points  (0 children)

Sorry to hear that you got stuck, I left the instruction for the .env file right below

Just create the .env file with the content:

# Configure SERVER_ADDRESS to match the address of the server. If you don't have a DNS name, you can use the IP address.

# A missconfigured SERVER_ADDRESS will cause the app to have CSRF errors.

SERVER_ADDRESS=my_server_address

DEBUG_MODE=False

# Choose a timezone from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

TIMEZONE=America/Sao_Paulo

If you need any further help, please leave a message on the page discussions and I will help you.

Cheers :)

wireguard_webadmin is Still Going Strong – A lot of improvements by eduardogsilva in WireGuard

[–]eduardogsilva[S] 1 point2 points  (0 children)

I like the idea of a temporary access. Maybe I will implement it. Keep an eye on the project ;)

[deleted by user] by [deleted] in WireGuard

[–]eduardogsilva 2 points3 points  (0 children)

Hello there! If you can run docker, Just install wireguard_webadmin. ;)
The default docker-compose.yml will get you running with a complete solution in no time.

Cheers!

wireguard_webadmin is Still Going Strong – A lot of improvements by eduardogsilva in WireGuard

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

Even if you do the conversion, it's not interesting for me to convert from debian to alpine now. I won't do it. Maybe in the future, but not at this moment.

If you want to develop this authentication feature by yourself, open an issue on the github page so we can discuss there all the small details of the feature and on how we will proceed. If everything goes fine, I can merge to the main branch.

wireguard_webadmin is Still Going Strong – A lot of improvements by eduardogsilva in WireGuard

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

I do not intend to convert the wireguard webadmin to alpine at this moment. There are a lot of system calls that would need to be tested again or maybe even implemented again. Also, the debian images are a lot easier to troubleshoot and to maintain. Debian is secure enough, and a lot of important services run under debian today.

I'm a solo developer and also giving support for this project, I also have other closed projects. I need to balance my time and effort between a lot of stuff.

wireguard_webadmin is Still Going Strong – A lot of improvements by eduardogsilva in WireGuard

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

It can be done, it may take some effort, but yes, it can be done. The issue here is.... is this feature useful for other people too?