[GH-ISSUE #10943] Outline Wiki Deployment Issue #2346

Closed
opened 2026-02-26 12:52:07 +03:00 by kerem · 2 comments
Owner

Originally created by @TechJedi90 on GitHub (Jan 19, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10943

Have you read and understood the above guidelines?

Yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

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

Outline Wiki

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/outline.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.1.4

📝 Provide a clear and concise description of the issue.

Hi Team,

I am trying to create the Outline Wiki LXC Container however there does appear to be something broken (Atleast from the testing i have been doing).

If i run the Default Install, It will hang for well over 24 hours with "Configuring Outline (Patience) but it doesnt do anything so then i need to exit the script.

If i run the Advanced Install with Verbose, the script will go through however the App will not run when I enter the URL into my web browser.

I have added the Verbose Output for as much as it would allow me to copy from the Proxmox Shell.

Thanks!

🔄 Steps to reproduce the issue.

Run the Script and go through Advanced Install. After configuring the typical settings like hostname, vlan, ip etc that is all fine. I just selected No to all the new added extras

Paste the full error output (if available).

Outline Wiki Script Output.txt

🖼️ Additional context (optional).

No response

Originally created by @TechJedi90 on GitHub (Jan 19, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10943 ### ✅ Have you read and understood the above guidelines? Yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? Outline Wiki ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/outline.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.1.4 ### 📝 Provide a clear and concise description of the issue. Hi Team, I am trying to create the Outline Wiki LXC Container however there does appear to be something broken (Atleast from the testing i have been doing). If i run the Default Install, It will hang for well over 24 hours with "Configuring Outline (Patience) but it doesnt do anything so then i need to exit the script. If i run the Advanced Install with Verbose, the script will go through however the App will not run when I enter the URL into my web browser. I have added the Verbose Output for as much as it would allow me to copy from the Proxmox Shell. Thanks! ### 🔄 Steps to reproduce the issue. Run the Script and go through Advanced Install. After configuring the typical settings like hostname, vlan, ip etc that is all fine. I just selected No to all the new added extras ### ❌ Paste the full error output (if available). [Outline Wiki Script Output.txt](https://github.com/user-attachments/files/24712997/Outline.Wiki.Script.Output.txt) ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:52:07 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@tremor021 commented on GitHub (Jan 19, 2026):

files generated
  build/app/sw.js.map
  build/app/sw.js
  build/app/workbox-84cd9d57.js.map
  build/app/workbox-84cd9d57.js
Clean previous build…
Compiling…
Copying static files…
Done!
  ✔️   Configured Outline
  ✔️   Created Service
Summary:                        
  Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
  ✔️   Cleaned
  ✔️   Completed successfully!


  🚀  Outline setup has been successfully initialized!
  💡   Access it using the following URL:
    🌐  http://192.168.2.4:3000

verbose log you attached shows that install finishes fine. are you sure its not just your host console bugging out?

<!-- gh-comment-id:3767847468 --> @tremor021 commented on GitHub (Jan 19, 2026): ``` files generated build/app/sw.js.map build/app/sw.js build/app/workbox-84cd9d57.js.map build/app/workbox-84cd9d57.js Clean previous build… Compiling… Copying static files… Done! ✔️ Configured Outline ✔️ Created Service Summary: Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0 ✔️ Cleaned ✔️ Completed successfully! 🚀 Outline setup has been successfully initialized! 💡 Access it using the following URL: 🌐 http://192.168.2.4:3000 ``` verbose log you attached shows that install finishes fine. are you sure its not just your host console bugging out?
Author
Owner

@antamy commented on GitHub (Jan 19, 2026):

When using Default Settings, the installation hangs. If you CTRL-C out of it and look at the log, you see the cause:

Processing triggers for libc-bin (2.41-12+deb13u1) ... Synchronizing state of postgresql.service with SysV service script with /usr/lib/systemd/systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable postgresql CREATE ROLE CREATE DATABASE ALTER ROLE ALTER ROLE ALTER ROLE ! Corepack is about to download https://repo.yarnpkg.com/4.11.0/packages/yarnpkg-cli/bin/yarn.js ? Do you want to continue? [Y/n]

<!-- gh-comment-id:3768823013 --> @antamy commented on GitHub (Jan 19, 2026): When using Default Settings, the installation hangs. If you CTRL-C out of it and look at the log, you see the cause: `Processing triggers for libc-bin (2.41-12+deb13u1) ... Synchronizing state of postgresql.service with SysV service script with /usr/lib/systemd/systemd-sysv-install. Executing: /usr/lib/systemd/systemd-sysv-install enable postgresql CREATE ROLE CREATE DATABASE ALTER ROLE ALTER ROLE ALTER ROLE ! Corepack is about to download https://repo.yarnpkg.com/4.11.0/packages/yarnpkg-cli/bin/yarn.js ? Do you want to continue? [Y/n] `
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2346
No description provided.