Debian-Nextcloud LXC: Fails due to signature issue #590

Closed
opened 2026-02-04 20:12:07 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @Jstaud on GitHub (Mar 5, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

NextcloudPi

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/nextcloudpi.sh)"

📝 Provide a clear and concise description of the issue.

After successful nextcloud install, script errors with the following:

 ⠴Setting up Nextcloud...
 ⠦Nextcloud was successfully installed
 ⠇Set mode for background jobs to 'cron'
 ⠏System config value tempdirectory set to string /var/www/nextcloud/data/tmp
 ⠙System config value mysql.utf8mb4 set to boolean true
 ⠸System config value trusted_domains => 7 set to string nextcloudpi
 ⠴System config value trusted_domains => 5 set to string nextcloudpi.local
 ⠦System config value trusted_domains => 8 set to string nextcloudpi.lan
 ⠇System config value trusted_domains => 3 set to string nextcloudpi.lan
 ⠏System config value mail_smtpmode set to string sendmail
 ⠙System config value mail_smtpauthtype set to string LOGIN
 ⠸System config value mail_from_address set to string noreply
 ⠼System config value mail_domain set to string nextcloudpi.com
 ⠦nextcloudpi 0.0.2 enabled
 ⠧calendar 5.1.2 installed
calendar enabled
 ⠏calendar already enabled
 ⠧Error: App with id contacts has invalid signature
 ⠏
[ERROR] in line 23: exit code 0: while executing command $STD bash <(curl -fsSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh)
root@pvenas:~# 

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

🔄 Steps to reproduce the issue.

Run install script and select default options.

Paste the full error output (if available).

⠴Setting up Nextcloud...
⠦Nextcloud was successfully installed
⠇Set mode for background jobs to 'cron'
⠏System config value tempdirectory set to string /var/www/nextcloud/data/tmp
⠙System config value mysql.utf8mb4 set to boolean true
⠸System config value trusted_domains => 7 set to string nextcloudpi
⠴System config value trusted_domains => 5 set to string nextcloudpi.local
⠦System config value trusted_domains => 8 set to string nextcloudpi.lan
⠇System config value trusted_domains => 3 set to string nextcloudpi.lan
⠏System config value mail_smtpmode set to string sendmail
⠙System config value mail_smtpauthtype set to string LOGIN
⠸System config value mail_from_address set to string noreply
⠼System config value mail_domain set to string nextcloudpi.com
⠦nextcloudpi 0.0.2 enabled
⠧calendar 5.1.2 installed
calendar enabled
⠏calendar already enabled
⠧Error: App with id contacts has invalid signature

[ERROR] in line 23: exit code 0: while executing command $STD bash <(curl -fsSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh)
root@pvenas:~#

🖼️ Additional context (optional).

No response

Originally created by @Jstaud on GitHub (Mar 5, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? NextcloudPi ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/nextcloudpi.sh)" ### 📝 Provide a clear and concise description of the issue. After successful nextcloud install, script errors with the following: ``` ⠴Setting up Nextcloud... ⠦Nextcloud was successfully installed ⠇Set mode for background jobs to 'cron' ⠏System config value tempdirectory set to string /var/www/nextcloud/data/tmp ⠙System config value mysql.utf8mb4 set to boolean true ⠸System config value trusted_domains => 7 set to string nextcloudpi ⠴System config value trusted_domains => 5 set to string nextcloudpi.local ⠦System config value trusted_domains => 8 set to string nextcloudpi.lan ⠇System config value trusted_domains => 3 set to string nextcloudpi.lan ⠏System config value mail_smtpmode set to string sendmail ⠙System config value mail_smtpauthtype set to string LOGIN ⠸System config value mail_from_address set to string noreply ⠼System config value mail_domain set to string nextcloudpi.com ⠦nextcloudpi 0.0.2 enabled ⠧calendar 5.1.2 installed calendar enabled ⠏calendar already enabled ⠧Error: App with id contacts has invalid signature ⠏ [ERROR] in line 23: exit code 0: while executing command $STD bash <(curl -fsSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh) root@pvenas:~# ``` ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 🔄 Steps to reproduce the issue. Run install script and select default options. ### ❌ Paste the full error output (if available). ⠴Setting up Nextcloud... ⠦Nextcloud was successfully installed ⠇Set mode for background jobs to 'cron' ⠏System config value tempdirectory set to string /var/www/nextcloud/data/tmp ⠙System config value mysql.utf8mb4 set to boolean true ⠸System config value trusted_domains => 7 set to string nextcloudpi ⠴System config value trusted_domains => 5 set to string nextcloudpi.local ⠦System config value trusted_domains => 8 set to string nextcloudpi.lan ⠇System config value trusted_domains => 3 set to string nextcloudpi.lan ⠏System config value mail_smtpmode set to string sendmail ⠙System config value mail_smtpauthtype set to string LOGIN ⠸System config value mail_from_address set to string noreply ⠼System config value mail_domain set to string nextcloudpi.com ⠦nextcloudpi 0.0.2 enabled ⠧calendar 5.1.2 installed calendar enabled ⠏calendar already enabled ⠧Error: App with id contacts has invalid signature ⠏ [ERROR] in line 23: exit code 0: while executing command $STD bash <(curl -fsSL https://raw.githubusercontent.com/nextcloud/nextcloudpi/master/install.sh) root@pvenas:~# ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 20:12:07 +03:00
Author
Owner

@MickLesk commented on GitHub (Mar 5, 2025):

Done & worked on my tests

Image

@MickLesk commented on GitHub (Mar 5, 2025): Done & worked on my tests ![Image](https://github.com/user-attachments/assets/a52813fd-02aa-4dc8-bdf9-86d33abcdc8d)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#590