-
-
Notifications
You must be signed in to change notification settings - Fork 506
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
META | Replace "dietpi" with global software password hint in online docs #3056
Comments
Any updates on this? I'm using Transmission for now, but it doesn't have rss support. I create the ~/.config/qBittorrent directory and that didn't help. I can't find the default config file anywhere that I could paste in. |
@MichaIng found the problem. It's either documentation or implementation, depends how you want to look at it. In dietpi-software line 10797 it says:
In the documentation it says the password should be 'dietpi' and not the Global password/$GLOBAL_PW you see in the code. So either the documentation needs to change or the $GLOBAL_PW needs to be replaced by 'dietpi' |
@cstegmann But you are right, we should make this more clear in the docs. |
This has mostly be done on our new documentation page: https://github.com/MichaIng/DietPi-Docs |
Creating a bug report/issue
Required Information
cat /DietPi/dietpi/.version
#!/bin/bash
G_DIETPI_VERSION_CORE=6
G_DIETPI_VERSION_SUB=25
G_DIETPI_VERSION_RC=3
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
echo $G_DISTRO_NAME
orcat /etc/debian_version
10.0
uname -a
Linux DietPi 4.19.58-v7+ DietPi-Software | Bundle Pi-hole & PiVPN #1245 SMP Fri Jul 12 17:25:51 BST 2019 armv7l GNU/Linux
echo $G_HW_MODEL_DESCRIPTION
or (EG: RPi3)RPi 2 Model B (armv7l)
Additional Information (if applicable)
Freshly installed on a newly flashed install of Dietpi with the Buster image (DietPi_RPi-ARMv6-Buster)
I guess, mine is fresh.
df58bce3-0908-4d55-9894-ff250f139903
sed -n 5p /DietPi/dietpi/.hw_model
Steps to reproduce
Expected behaviour
Actual behaviour
Extra details
The text was updated successfully, but these errors were encountered: