[PR #80] [MERGED] Add new LXC: Vikunja #2460

Closed
opened 2026-02-05 04:57:06 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/80
Author: @MickLesk
Created: 11/6/2024
Status: Merged
Merged: 11/6/2024
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (6)

📊 Changes

3 files changed (+141 additions, -0 deletions)

View changed files

📝 CHANGELOG.md (+2 -0)
ct/vikunja.sh (+98 -0)
install/vikunja-install.sh (+41 -0)

📄 Description

Description

@judeibe @newzealandpaul @Mellowlynx

You can test it here:
bash -c "$(wget -qLO - https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/ct/vikunja.sh)"

Please give Feedback to merge the code.

Type of change

Please check the relevant option(s):

  • New script (a fully functional and thoroughly tested script or set of scripts.)
  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Documentation update required (this change requires an update to the documentation)

If there are other pull requests or discussions related to this change, please link them here:
https://github.com/community-scripts/ProxmoxVE/discussions/35

@BramSuurdje for website:
Description
Vikunja is a powerful self-hosted todo app. It allows you to create and manage to-do lists. You can plan tasks, set priorities and collaborate with others. The best part is that your data is safe with you and you can customize the app to your liking. It's like a personal assistant that helps you stay organized.

How to install
To create a new Vikunja LXC run the command below in the Proxmox VE Shell.

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


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/80 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 11/6/2024 **Status:** ✅ Merged **Merged:** 11/6/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`ea5227b`](https://github.com/community-scripts/ProxmoxVE/commit/ea5227b07cd65fa9c3244a35c9ebe599d3f553e0) Add new LXC: Vikunja - [`4b37727`](https://github.com/community-scripts/ProxmoxVE/commit/4b37727406d9f00495b705d15e3614328df5f79e) Apply suggestions from code review - [`df11bc4`](https://github.com/community-scripts/ProxmoxVE/commit/df11bc4e524164161ca1297e191794f0f2718874) Update vikunja.sh - [`d54fe94`](https://github.com/community-scripts/ProxmoxVE/commit/d54fe94089133ac206760cc501d21ea0d75a65fa) Update vikunja.sh - [`2e5cacd`](https://github.com/community-scripts/ProxmoxVE/commit/2e5cacdef907667a76ed1b53bf2dd3b86cb0b6fe) Update vikunja-install.sh - [`72d335c`](https://github.com/community-scripts/ProxmoxVE/commit/72d335c090e4a977a8833e655c9d528b1edd9486) Spelling ### 📊 Changes **3 files changed** (+141 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) ➕ `ct/vikunja.sh` (+98 -0) ➕ `install/vikunja-install.sh` (+41 -0) </details> ### 📄 Description ## Description @judeibe @newzealandpaul @Mellowlynx You can test it here: bash -c "$(wget -qLO - https://raw.githubusercontent.com/MickLesk/Proxmox_DEV/main/ct/vikunja.sh)" Please give Feedback to merge the code. ## Type of change Please check the relevant option(s): - [x] New script (a fully functional and thoroughly tested script or set of scripts.) - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Documentation update required (this change requires an update to the documentation) ## Related Pull Requests / Discussions If there are other pull requests or discussions related to this change, please link them here: https://github.com/community-scripts/ProxmoxVE/discussions/35 @BramSuurdje for website: Description Vikunja is a powerful self-hosted todo app. It allows you to create and manage to-do lists. You can plan tasks, set priorities and collaborate with others. The best part is that your data is safe with you and you can customize the app to your liking. It's like a personal assistant that helps you stay organized. How to install To create a new Vikunja LXC run the command below in the Proxmox VE Shell. bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/vikunja.sh)" --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 04:57:06 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2460