-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Wavelog Script #259
base: main
Are you sure you want to change the base?
Add Wavelog Script #259
Conversation
Good work @DonLocke . I recomend this script be added, but I am not approving as I am unable to test it right now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ct/wavelog.sh
Outdated
fi | ||
wget -q "https://github.com/wavelog/wavelog/archive/refs/tags/${RELEASE}.zip" | ||
unzip -q ${RELEASE}.zip | ||
cp -r wavelog-${RELEASE}/* /opt/wavelog |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should remove content in old /opt/wavelog
first to make sure we don't mix old files with new
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also make sure to test that data/settings migration is working afterwards
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, and I just retested that data (users, logbook entries, etc) are preserved across updates.
Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
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):
Prerequisites
The following efforts must be made for the PR to be considered. Please check when completed:
Related Pull Requests / Discussions