1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00
Commit graph

229 commits

Author SHA1 Message Date
ericgaspar
8b3025970e Add templates 2021-11-23 07:46:12 +01:00
Alexandre Aubin
f760d2da62
Merge pull request #153 from pierluigi/master
Fix datadir issue
2021-11-21 19:30:27 +01:00
Yunohost-Bot
21d8aa8e87 Auto-update README 2021-10-23 14:53:03 +00:00
Alexandre Aubin
8b6831c506 Fix disclaimer/description encoding making autoreadme crash 2021-10-23 16:52:46 +02:00
yalh76
324dfd59c3
Merge pull request #155 from YunoHost-Apps/Fix-shasum
Fix shasum
2021-09-25 18:34:14 +02:00
ericgaspar
dcb20213aa
Update api.src 2021-09-25 16:31:46 +02:00
ericgaspar
cab300e9e0
Fix shasum 2021-09-25 15:31:31 +02:00
Pierluigi Cau
7bf2a7ca77 No need to redeclare datadir 2021-08-21 06:28:31 +00:00
Pierluigi Cau
ea875a4c64 Try to fix issue with datadir 2021-08-21 06:21:05 +00:00
yalh76
2ffb543f7c
Merge pull request #148 from YunoHost-Apps/testing
Upgrade to 1.1.4~ynh1
2021-08-05 21:36:27 +02:00
yalh76
e3d312595f
Merge pull request #150 from YunoHost-Apps/upgrade
Upgrade to 1.1.4~ynh1
2021-08-05 19:49:34 +02:00
yalh76
183b21f862 Apply last example_ynh 2021-08-04 23:53:34 +02:00
yalh76
2977a94f30 Upgrade to 1.1.4~ynh1 2021-08-04 23:30:55 +02:00
yalh76
3bf36cc28a
Merge pull request #146 from YunoHost-Apps/new_change_url
Implement change_url
2021-06-29 20:05:10 +02:00
yalh76
58de65c199 Update change_url 2021-06-28 21:13:08 +02:00
yalh76
242047bd20 Few fixes 2021-06-25 20:46:55 +02:00
yalh76
fdaf6f08d0 Missing arguments 2021-06-11 23:33:52 +02:00
yalh76
a4176be091 Fix config 2021-06-10 22:04:39 +02:00
yalh76
35e9875dec typo 2021-05-23 11:18:23 +02:00
yalh76
4b18cfee7c Merge branch 'master' into new_change_url 2021-05-23 11:15:42 +02:00
yalh76
74255c1c27
Merge pull request #145 from YunoHost-Apps/testing
Upgrade to 1.1.2
2021-05-23 11:14:53 +02:00
yalh76
6a7f8096b0
Merge pull request #144 from Thovi98/upgrade-to-1.1.2
Upgrade to 1.1.2
2021-05-19 21:22:01 +02:00
Thomas
c56621c864
Update check_process 2021-05-19 21:11:13 +02:00
yalh76
3780bdd493 Update change_url 2021-05-19 20:40:37 +02:00
yalh76
3a10c355a0 Implement change_url 2021-05-19 19:58:58 +02:00
yalh76
a8dc31323f
Merge pull request #142 from yunohost-bot/issue-and-pr-template
[autopatch] Update issue and PR templates
2021-05-19 19:56:26 +02:00
yalh76
dabe733898
Merge branch 'testing' into upgrade-to-1.1.2 2021-05-19 19:50:53 +02:00
yalh76
4c7704cd65 Merge branch 'master' into testing 2021-05-19 19:47:18 +02:00
yalh76
0e4482a2fd
Others var (#143)
* Upgrade to 1.1.1 (#138)

* Update README.md

* Test bump to 1.0

* Bump to Yunohost 4 (for Debian upgrade)

* Test removal of nonexistent scripts

* Correct Typo

* Update README.md

* Fix linter warnings

* Fix linter

* Fix linter warnings

* Cleaning up

* Update README.md

* Update to 1.0.1 (#119)

* Update to 1.0.1

* Set new permissions

* Add French Readme

* Readme update

* Update README.md

* Update README.md

* Update README_fr.md

* Update README.md

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Update README_fr.md

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Update README.md

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Update README_fr.md

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Finding an available port

* Uprade to 1.1 and fixes Twisted by retrograding it (#129)

* Fix linter warning : no need to use $is_public

* Clarify custom paths needed to import collections of music files in Readme. (#134)

* Update readme to indicate custom import path 

Yunohost installations of Funkwhale use a different path for file imports than those indicated in the Funkwhale documentation.. (/var/www/Funkwhale/import). We should therefore indicate to the admin user what that path is, and steps necessary to use it.   Addresses #132.

* Fix bash highlighting.

* Update README.md

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Apply Example_ynh (#131)

* Testing (#130)

* Uprade to 1.1 and fixes Twisted by retrograding it (#129)

* Apply example_ynh

Fix #15

* Fix services

* Fix several merging

* Stick to official install process

* fix path_transversal

* Using option '--log_type systemd' with 'yunohost service add' is not relevant anymore

* Try to fix package_check

* Fix package_check test

* Update check_process

* Trying to fix package_check

* Update env.prod

* remove sleep

* Better service name

* missing datadir

* line 111: upgrade_type: unbound variable

* Implement --is_big

* Fix stopping service from previous version

* Fix upgrade

* Fix upgrade

* Apply example_ynh

* Apply example_ynh

* Fix rights

* Update api.src

* Update env.prod

* Update front.src

* Update manifest.json

* Update README.md

* Update README_fr.md

* Fix chmod

* Fix rights

Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Update conf/nginx.conf

Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>

* Update conf/nginx.conf

Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>

* fix

* Fix rights for datadir from previous version

* Update upgrade

* Fix recursive chmod

* Fix import link

* Update README_fr.md

Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: Ciarán Ainsworth <cda@rootkey.co.uk>
Co-authored-by: Ciarán Ainsworth <ciaranainsworth@posteo.net>
Co-authored-by: ericgaspar <junk.eg@free.fr>
Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>
Co-authored-by: Amos Blanton <lightnin@users.noreply.github.com>

* remove others_var

* no more needed

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: Ciarán Ainsworth <cda@rootkey.co.uk>
Co-authored-by: Ciarán Ainsworth <ciaranainsworth@posteo.net>
Co-authored-by: ericgaspar <junk.eg@free.fr>
Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>
Co-authored-by: Amos Blanton <lightnin@users.noreply.github.com>
2021-05-19 19:43:05 +02:00
Thomas
f22fd15635
Update api.src 2021-05-19 16:27:46 +02:00
Thomas
37a8402425
Update api.src 2021-05-19 16:17:50 +02:00
Thomas
ac73a3a6bc
Update check_process 2021-05-19 15:48:35 +02:00
Thomas
0f0a36b417
Update check_process 2021-05-19 15:45:03 +02:00
Thomas
804a08cb96
Update README_fr.md 2021-05-19 15:42:22 +02:00
Thomas
2f4e63e114
Update README.md 2021-05-19 15:42:05 +02:00
Thomas
2049142114
Update manifest.json 2021-05-19 15:41:48 +02:00
Thomas
27b56bbfbd
Upgrade to 1.1.2 2021-05-19 15:41:22 +02:00
Thomas
631b8344b4
Upgrade to 1.1.2 2021-05-19 15:39:50 +02:00
yalh76
2bf5019a38 no more needed 2021-05-13 23:13:40 +02:00
yalh76
0574bcd732 remove others_var 2021-05-13 22:35:44 +02:00
yalh76
5a802ee013 Merge branch 'master' into others_var 2021-05-13 22:35:18 +02:00
Yunohost-Bot
e28c67a2b6 [autopatch] Update issue and PR templates 2021-05-13 17:47:01 +02:00
yalh76
fa9587f61e
Upgrade to 1.1.1 (#138)
* Update README.md

* Test bump to 1.0

* Bump to Yunohost 4 (for Debian upgrade)

* Test removal of nonexistent scripts

* Correct Typo

* Update README.md

* Fix linter warnings

* Fix linter

* Fix linter warnings

* Cleaning up

* Update README.md

* Update to 1.0.1 (#119)

* Update to 1.0.1

* Set new permissions

* Add French Readme

* Readme update

* Update README.md

* Update README.md

* Update README_fr.md

* Update README.md

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Update README_fr.md

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Update README.md

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Update README_fr.md

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Finding an available port

* Uprade to 1.1 and fixes Twisted by retrograding it (#129)

* Fix linter warning : no need to use $is_public

* Clarify custom paths needed to import collections of music files in Readme. (#134)

* Update readme to indicate custom import path 

Yunohost installations of Funkwhale use a different path for file imports than those indicated in the Funkwhale documentation.. (/var/www/Funkwhale/import). We should therefore indicate to the admin user what that path is, and steps necessary to use it.   Addresses #132.

* Fix bash highlighting.

* Update README.md

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Apply Example_ynh (#131)

* Testing (#130)

* Uprade to 1.1 and fixes Twisted by retrograding it (#129)

* Apply example_ynh

Fix #15

* Fix services

* Fix several merging

* Stick to official install process

* fix path_transversal

* Using option '--log_type systemd' with 'yunohost service add' is not relevant anymore

* Try to fix package_check

* Fix package_check test

* Update check_process

* Trying to fix package_check

* Update env.prod

* remove sleep

* Better service name

* missing datadir

* line 111: upgrade_type: unbound variable

* Implement --is_big

* Fix stopping service from previous version

* Fix upgrade

* Fix upgrade

* Apply example_ynh

* Apply example_ynh

* Fix rights

* Update api.src

* Update env.prod

* Update front.src

* Update manifest.json

* Update README.md

* Update README_fr.md

* Fix chmod

* Fix rights

Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Update conf/nginx.conf

Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>

* Update conf/nginx.conf

Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>

* fix

* Fix rights for datadir from previous version

* Update upgrade

* Fix recursive chmod

* Fix import link

* Update README_fr.md

Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>

Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
Co-authored-by: Ciarán Ainsworth <cda@rootkey.co.uk>
Co-authored-by: Ciarán Ainsworth <ciaranainsworth@posteo.net>
Co-authored-by: ericgaspar <junk.eg@free.fr>
Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>
Co-authored-by: Amos Blanton <lightnin@users.noreply.github.com>
2021-04-24 13:05:22 +02:00
yalh76
e75e325d96
Update README_fr.md
Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>
2021-04-24 13:04:55 +02:00
yalh76
a18d1a701d Fix import link 2021-04-21 23:35:59 +02:00
yalh76
f61a9c9cf4 Fix recursive chmod 2021-04-17 18:31:25 +02:00
yalh76
deb66eaf9e Update upgrade 2021-04-17 15:20:44 +02:00
yalh76
394c6995cb Fix rights for datadir from previous version 2021-04-17 15:20:12 +02:00
yalh76
60dbbdfae8 fix 2021-04-16 20:18:56 +02:00
yalh76
acac688cdc
Update conf/nginx.conf
Co-authored-by: Thomas <51749973+Thovi98@users.noreply.github.com>
2021-04-16 19:13:10 +02:00