mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-09 17:29:16 +00:00
Compare commits
No commits in common. "29afeef89e4b3a23db93c49870f964d8c53121fa" and "2571400d37ebceec9a46059498ffa1c63232a121" have entirely different histories.
29afeef89e
...
2571400d37
@ -23,8 +23,10 @@ echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.
|
|||||||
$STD apt-get update
|
$STD apt-get update
|
||||||
$STD apt-get install -y \
|
$STD apt-get install -y \
|
||||||
apache2 \
|
apache2 \
|
||||||
|
php8.3 \
|
||||||
|
php8.3-cli \
|
||||||
libapache2-mod-php8.3 \
|
libapache2-mod-php8.3 \
|
||||||
php8.3-{bcmath,cli,intl,curl,zip,gd,xml,mbstring,mysql} \
|
php8.3-{bcmath,intl,curl,zip,gd,xml,mbstring,mysql} \
|
||||||
mariadb-server \
|
mariadb-server \
|
||||||
composer
|
composer
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
@ -45,6 +47,8 @@ mysql -u root -e "GRANT ALL ON $DB_NAME.* TO '$DB_USER'@'localhost'; FLUSH PRIVI
|
|||||||
} >> ~/firefly.creds
|
} >> ~/firefly.creds
|
||||||
msg_ok "Set up database"
|
msg_ok "Set up database"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
msg_info "Installing Firefly III (Patience)"
|
msg_info "Installing Firefly III (Patience)"
|
||||||
RELEASE=$(curl -s https://api.github.com/repos/firefly-iii/firefly-iii/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4)}')
|
RELEASE=$(curl -s https://api.github.com/repos/firefly-iii/firefly-iii/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4)}')
|
||||||
cd /opt
|
cd /opt
|
||||||
@ -98,4 +102,4 @@ msg_info "Cleaning up"
|
|||||||
rm -rf /opt/FireflyIII-v${RELEASE}.tar.gz
|
rm -rf /opt/FireflyIII-v${RELEASE}.tar.gz
|
||||||
$STD apt-get -y autoremove
|
$STD apt-get -y autoremove
|
||||||
$STD apt-get -y autoclean
|
$STD apt-get -y autoclean
|
||||||
msg_ok "Cleaned"
|
msg_ok "Cleaned"
|
@ -4,7 +4,7 @@
|
|||||||
"categories": [
|
"categories": [
|
||||||
0
|
0
|
||||||
],
|
],
|
||||||
"date_created": "2025-01-01",
|
"date_created": "2024-12-26",
|
||||||
"type": "ct",
|
"type": "ct",
|
||||||
"updateable": true,
|
"updateable": true,
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
@ -12,7 +12,7 @@
|
|||||||
"documentation": "https://docs.firefly-iii.org/",
|
"documentation": "https://docs.firefly-iii.org/",
|
||||||
"website": "https://firefly-iii.org/",
|
"website": "https://firefly-iii.org/",
|
||||||
"logo": "https://raw.githubusercontent.com/firefly-iii/firefly-iii/develop/.github/assets/img/logo-small.png",
|
"logo": "https://raw.githubusercontent.com/firefly-iii/firefly-iii/develop/.github/assets/img/logo-small.png",
|
||||||
"description": "Firefly III is a free, self-hosted tool for managing your finances. Track expenses, plan budgets, and get detailed reports.",
|
"description": "A free and open source personal finance manager",
|
||||||
"install_methods": [
|
"install_methods": [
|
||||||
{
|
{
|
||||||
"type": "default",
|
"type": "default",
|
||||||
|
Loading…
Reference in New Issue
Block a user