You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clear and concise description of the feature you are proposing
REF: https://httpd.apache.org/docs/2.4/programs/htpasswd.html For original details.
` STEPS SUMMARIZATION: certain docker-compose packages require the installer to compose a .htpasswd variable into some environment settings.
` STEP 01: I personally would login to a Linux based VM then run this command...
apt install -y apache2-utils
` STEP 02: Doing so will install the .htpasswd prerequisite packages. Next run this command, replacing with a preferred personal choice...
htpasswd -c .htpasswd
`STEP 03: Enter the intended PassWord twice when prompted...
' STEP 04: Upon completion, the user will have generated an .htaccess password encrypted file. Within that file will be a : string that can be later used in any docker-compose file in which an .htpasswd encrypted variable is needed.
Is their example of this tool in the wild?
No response
Additional context
If it's possible to integrate this into IT-Tools it would be greatly appreciated.
Otherwise keep up the good work with the current project.
Validations
Check the feature is not already implemented in the project.
Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
The text was updated successfully, but these errors were encountered:
Fsymbols is a code list paradise. However it appears to have been last updated 5 years ago.
I don't know if you or your team would ever consider integrating something similar into IT-TOOLS as each page TAB of that site offers such a wide variety of code list symbols in one place.
What type of request is this?
New tool idea
Clear and concise description of the feature you are proposing
REF: https://httpd.apache.org/docs/2.4/programs/htpasswd.html
For original details.` STEPS SUMMARIZATION: certain docker-compose packages require the installer to compose a .htpasswd variable into some environment settings.
` STEP 01: I personally would login to a Linux based VM then run this command...
apt install -y apache2-utils
` STEP 02: Doing so will install the .htpasswd prerequisite packages. Next run this command, replacing with a preferred personal choice...
htpasswd -c .htpasswd
`STEP 03: Enter the intended PassWord twice when prompted...
' STEP 04: Upon completion, the user will have generated an .htaccess password encrypted file. Within that file will be a : string that can be later used in any docker-compose file in which an .htpasswd encrypted variable is needed.
Is their example of this tool in the wild?
No response
Additional context
If it's possible to integrate this into IT-Tools it would be greatly appreciated.
Otherwise keep up the good work with the current project.
Validations
The text was updated successfully, but these errors were encountered: