Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
29afeef89e
Update firefly.json 2025-01-01 11:36:41 +01:00
CanbiZ
5df287733a
Update firefly-install.sh 2025-01-01 11:33:01 +01:00
2 changed files with 4 additions and 8 deletions

View File

@ -23,10 +23,8 @@ echo "deb [signed-by=/usr/share/keyrings/deb.sury.org-php.gpg] https://packages.
$STD apt-get update
$STD apt-get install -y \
apache2 \
php8.3 \
php8.3-cli \
libapache2-mod-php8.3 \
php8.3-{bcmath,intl,curl,zip,gd,xml,mbstring,mysql} \
php8.3-{bcmath,cli,intl,curl,zip,gd,xml,mbstring,mysql} \
mariadb-server \
composer
msg_ok "Installed Dependencies"
@ -47,8 +45,6 @@ mysql -u root -e "GRANT ALL ON $DB_NAME.* TO '$DB_USER'@'localhost'; FLUSH PRIVI
} >> ~/firefly.creds
msg_ok "Set up database"
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)}')
cd /opt
@ -102,4 +98,4 @@ msg_info "Cleaning up"
rm -rf /opt/FireflyIII-v${RELEASE}.tar.gz
$STD apt-get -y autoremove
$STD apt-get -y autoclean
msg_ok "Cleaned"
msg_ok "Cleaned"

View File

@ -4,7 +4,7 @@
"categories": [
0
],
"date_created": "2024-12-26",
"date_created": "2025-01-01",
"type": "ct",
"updateable": true,
"privileged": false,
@ -12,7 +12,7 @@
"documentation": "https://docs.firefly-iii.org/",
"website": "https://firefly-iii.org/",
"logo": "https://raw.githubusercontent.com/firefly-iii/firefly-iii/develop/.github/assets/img/logo-small.png",
"description": "A free and open source personal finance manager",
"description": "Firefly III is a free, self-hosted tool for managing your finances. Track expenses, plan budgets, and get detailed reports.",
"install_methods": [
{
"type": "default",