docker container is working
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
# pwd.matt-cloud.com
|
||||
Password Generator I built a while ago because I was sick of doing it manually. I have now updated it to use a Python API backend, tidied up the PHP code, and added some CSS to make it look nicer.
|
||||
|
||||
I am still testing the docker image.
|
||||
This works with a Python API backend for password generation and tracking with a PHP-based front-end for selecting the password type and rating its strength.
|
||||
|
||||
There is still a lot of logic in the PHP site, though I think I will offload more processing to the python back-end to allow future extensibility. I think if I moved all the information about all the passwords to the Python service, I could change the PHP site to dynamically generate itself based on the amount of password types from the server.
|
||||
Reference in New Issue
Block a user