Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

htpasswd - Tool to Manage User Credentials for Basic Authentication #1490

Open
3 tasks done
messengerstinxx opened this issue Feb 5, 2025 · 4 comments
Open
3 tasks done
Labels
enhancement New feature or request triage

Comments

@messengerstinxx
Copy link

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

  • 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).
@messengerstinxx messengerstinxx added enhancement New feature or request triage labels Feb 5, 2025
@sharevb
Copy link
Contributor

sharevb commented Feb 5, 2025

Hi @messengerstinxx, implemented in #902 and at https://sharevb-it-tools.vercel.app/htpasswd-generator if you arr interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)

@messengerstinxx
Copy link
Author

Thanks for the quick response. In return, I sent a €5 (USD equivalent) to the https://buymeacoffee.com/cthmsst page.

Keep up the good work.

If you don't mind another question, have you ever come across any Docker Containers that offers as many as well laid out code lists as this website?

https://fsymbols.com/keyboard/windows/alt-codes/list/

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.

@sharevb
Copy link
Contributor

sharevb commented Feb 9, 2025

Hi @messengerstinxx, for emoji there are : https://sharevb-it-tools.vercel.app/emoji-picker

@sharevb
Copy link
Contributor

sharevb commented Apr 1, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

No branches or pull requests

2 participants