[PR #259] [MERGED] Add Wavelog Script #2651

Closed
opened 2026-02-26 13:30:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/259
Author: @DonLocke
Created: 11/15/2024
Status: Merged
Merged: 11/16/2024
Merged by: @MickLesk

Base: mainHead: add-wavelog-script


📝 Commits (6)

  • 02b6cbf Add Wavelog Script
  • 0bc254d Added github logo which is less likely to disappear.
  • b3c850b Add Copyright, remove zip, and simplify mv in install
  • 3526bc7 Update core dependecies
  • 9fbbd9c Update json/wavelog.json
  • 16000d5 Remove old install during update

📊 Changes

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

View changed files

ct/wavelog.sh (+109 -0)
install/wavelog-install.sh (+88 -0)
json/wavelog.json (+39 -0)

📄 Description

Description

Added a new script to deploy Wavelog, a web-based amateur radio logbook, in a LXC.

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts.)

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)
  • Related Discussion #208

🔄 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/259 **Author:** [@DonLocke](https://github.com/DonLocke) **Created:** 11/15/2024 **Status:** ✅ Merged **Merged:** 11/16/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `add-wavelog-script` --- ### 📝 Commits (6) - [`02b6cbf`](https://github.com/community-scripts/ProxmoxVE/commit/02b6cbf3bb6f0da84122519e19ec403d722623c1) Add Wavelog Script - [`0bc254d`](https://github.com/community-scripts/ProxmoxVE/commit/0bc254d3f322e8274acd27f70edbde45647913fe) Added github logo which is less likely to disappear. - [`b3c850b`](https://github.com/community-scripts/ProxmoxVE/commit/b3c850ba080852e97a65b7ae80f3a33c99afdc5b) Add Copyright, remove zip, and simplify mv in install - [`3526bc7`](https://github.com/community-scripts/ProxmoxVE/commit/3526bc7b00cc25da3d75f1f8aa0a7a6b89787f0e) Update core dependecies - [`9fbbd9c`](https://github.com/community-scripts/ProxmoxVE/commit/9fbbd9ca237b34e5d0e4b04b822757933c1b1a39) Update json/wavelog.json - [`16000d5`](https://github.com/community-scripts/ProxmoxVE/commit/16000d53f68e88556a40af3ccbaa09f1198ecf6a) Remove old install during update ### 📊 Changes **3 files changed** (+236 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/wavelog.sh` (+109 -0) ➕ `install/wavelog-install.sh` (+88 -0) ➕ `json/wavelog.json` (+39 -0) </details> ### 📄 Description ## Description Added a new script to deploy [Wavelog](https://www.wavelog.org/), a web-based amateur radio logbook, in a LXC. ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [x] Documentation updated (I have updated any relevant documentation) ## Related Pull Requests / Discussions - Related Discussion #208 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:30:55 +03:00
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#2651
No description provided.