-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
✅ Have you read and understood the above guidelines?
yes
📜 What is the name of the script you are using?
rclone
📂 What was the exact command used to execute the script?
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/rclone.sh)"
⚙️ What settings are you using?
- Default Settings
- Advanced Settings
🖥️ Which Linux distribution are you using?
Debian 12
📝 Provide a clear and concise description of the issue.
🚀 Rclone setup has been successfully initialized!
💡 Access it using the following URL:
🌐 http://192.168.0.170:3000
root@PVE1:# cat #/rclone.creds# htpasswd -b -B /opt/login.pwd newuser newuserpassword
cat: /root/rclone.creds: No such file or directory
root@PVE1:
-bash: htpasswd: command not found
root@PVE1:
🔄 Steps to reproduce the issue.
Run through the install. When it finishes, try to cat ~/rclone.creds. the creds file does not exists.
❌ Paste the full error output (if available).
Setting up fuse3 (3.14.0-4) ...
⠦Setting up apache2-utils (2.4.62-1~deb12u2) ...
⠧Processing triggers for man-db (2.11.2-2) ...
⠦Processing triggers for libc-bin (2.36-9+deb12u10) ...
✔️ Installed Dependencies
⠸Archive: /tmp/tmp.PwRR2oifaz
⠼inflating: /opt/rclone/README.html
⠏inflating: /opt/rclone/rclone
inflating: /opt/rclone/README.txt
inflating: /opt/rclone/rclone.1
inflating: /opt/rclone/git-log.txt
⠋Adding password for user admin
✔️ Installed rclone
✔️ Created Service
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
⠼0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
✔️ Cleaned
✔️ Completed Successfully!
🚀 Rclone setup has been successfully initialized!
💡 Access it using the following URL:
🌐 http://192.168.0.170:3000
root@PVE1:# cat #/rclone.creds# htpasswd -b -B /opt/login.pwd newuser newuserpassword
cat: /root/rclone.creds: No such file or directory
root@PVE1:
-bash: htpasswd: command not found
root@PVE1:
🖼️ Additional context (optional).
No response