1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/guacamole_ynh.git synced 2024-09-03 19:16:03 +02:00
Commit graph

58 commits

Author SHA1 Message Date
eric_G
55ca1ef8c6
Merge branch 'testing' into orhtej2-patch-1 2024-08-06 10:25:32 +02:00
Alexandre Aubin
4253a7c2a1 Remove the need to have tomcat as source in manifest.toml 2024-08-05 18:56:27 +02:00
Alexandre Aubin
8d9ffb2bb8
Merge pull request #44 from Thovi98/testing
quick try to make it compatible to bookworm
2024-08-05 18:30:27 +02:00
Alexandre Aubin
35da73e872 Cleaning up clumsy stuff 2024-08-05 18:30:13 +02:00
Alexandre Aubin
d2c190549b Fix clumsy check that tomcat is active/running ... if [ $(cmd) ] or if [ $var ] is hella ambiguous ... 2024-08-05 18:08:49 +02:00
Mateusz
ebbccacb01
Update _common.sh 2024-07-23 12:30:07 +02:00
Yunohost-Bot
a7a8b8cc0d [autopatch] Do not delete logs on app removal 2024-06-23 03:34:38 +02:00
Thomas
97e2d4cb5c
Fix variable 2024-06-12 14:31:49 +02:00
Thomas
bf0167c163
oopsie for 1.5.5 update 2024-06-12 14:06:22 +02:00
Thomas
d1534eda75
Fix variable 2024-06-11 21:25:53 +02:00
Thomas
2e625eb58e
Fix debian variables 2024-06-11 21:17:51 +02:00
Thomas
140027c092
test ynh_debian_version 2024-06-11 21:07:14 +02:00
Thomas
dc021ecaea
quick try to make it compatible to bookworm 2024-06-11 20:48:48 +02:00
1bc6698a6e Cleanup 2024-02-25 21:59:11 +01:00
7d631f26a9 Apply template 2024-02-25 21:19:54 +01:00
3f6c64498d refactor permissions 2024-02-25 21:12:49 +01:00
607c603ae3 Fix mkdir 2024-02-25 19:34:56 +01:00
4823077cf6 mkdir 2024-02-25 19:28:05 +01:00
ae4c3f2454 mkdir 2024-02-25 19:20:19 +01:00
c1c6916d7d install tomcat before the rest 2024-02-25 19:15:18 +01:00
8ba04e2b36 debug 2024-02-25 19:04:33 +01:00
66daff5f27 debug 2024-02-25 18:59:51 +01:00
9db62b2c89 Fix mv 2024-02-24 18:16:48 +01:00
3b45ac4eea Fix installation path 2024-02-24 17:20:05 +01:00
b7bfe5499c parallel build 2024-02-24 17:04:34 +01:00
a1f8d0705d Fix tomcat disabling 2024-02-24 17:02:10 +01:00
303b6f0f53 Fix : add users to gorup 2024-02-24 16:24:01 +01:00
3453d83792 add back tomcat dep 2024-02-24 15:42:05 +01:00
93cbbe1dfc cleanup 2024-02-24 15:23:07 +01:00
c9466dce3f Try to fix install 2024-02-24 15:03:54 +01:00
0c4a26ec82 Build with -lrt 2024-02-24 13:40:45 +01:00
96d9d698ad Fix configure call 2024-02-24 13:14:39 +01:00
bab2ee6f19 Fix : mkdir 2024-02-24 13:09:06 +01:00
c6f8622096 Cleanup _common.sh, fix sources url 2024-02-24 13:01:09 +01:00
ericgaspar
1fd2d688ac Merge branch 'testing' into version-2 2023-12-24 10:04:10 +01:00
Éric Gaspar
af0c0a0ba6 Update _common.sh 2023-12-19 08:35:54 +01:00
Éric Gaspar
7cf5ecfb23 Update _common.sh 2023-06-05 14:35:50 +02:00
Éric Gaspar
721327b189 fix 2023-06-05 14:35:12 +02:00
Éric Gaspar
1e6cabb151 fix 2023-06-05 14:34:14 +02:00
Éric Gaspar
36d2a767f1 Update install 2023-06-05 14:31:02 +02:00
Éric Gaspar
7835854cab Merge branch 'testing' into version-2 2023-06-05 14:26:28 +02:00
Éric Gaspar
f164aacc92 Update _common.sh 2023-05-29 22:01:08 +02:00
Éric Gaspar
d3046ee51e Update _common.sh 2023-05-29 17:24:13 +02:00
Éric Gaspar
b60bc25b76 v2 2023-05-29 17:23:44 +02:00
Éric Gaspar
fef5b40db7 v2 2023-05-29 17:10:43 +02:00
Éric Gaspar
2cd01acd86 Update _common.sh 2023-05-02 14:15:45 +02:00
Jules Bertholet
c760c66856 Update to version 1.4.0 2022-01-17 15:07:02 -05:00
tituspijean
fbc224e061
Testing (#14)
* [autopatch] Update issue and PR templates (#6)

Co-authored-by: Yunohost-Bot <>

* Update to tomcat 9.0.31-1~deb10u4 (#8)

* Update to tomcat 9.0.31-1~deb10u4

- It is annoying that older builds are getting removed from source server
- Let's rename the downloaded archive to simplify the code

* Silence make warnings

* Bump package version

* Apply last example_ynh (#11)

* Apply last example_ynh

* Fix restore

* Update tomcat9_deb.src

* Update tomcat9_deb.src

* Update the url and sum

* Follow linter advice in manifest

* Follow linter advice on chown

* Follow linter advice on ynh_webpath_available

* Appease linter on service security

* Fix chown nobody

Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: yalh76 <yalh@yahoo.com>
Co-authored-by: Jaime Marcos <jaimemarcos11@gmail.com>
2021-10-21 10:58:15 -04:00
yalh76
401f62d415
Fix bullseye install (#12)
* [autopatch] Update issue and PR templates (#6)

Co-authored-by: Yunohost-Bot <>

* Update to tomcat 9.0.31-1~deb10u4 (#8)

* Update to tomcat 9.0.31-1~deb10u4

- It is annoying that older builds are getting removed from source server
- Let's rename the downloaded archive to simplify the code

* Silence make warnings

* Bump package version

* Apply last example_ynh (#11)

* Apply last example_ynh

* Fix restore

Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: tituspijean <tituspijean@outlook.com>
2021-08-07 07:59:24 -04:00
tituspijean
114df1e934
Testing (#10)
* [autopatch] Update issue and PR templates (#6)

Co-authored-by: Yunohost-Bot <>

* Update to tomcat 9.0.31-1~deb10u4 (#8)

* Update to tomcat 9.0.31-1~deb10u4

- It is annoying that older builds are getting removed from source server
- Let's rename the downloaded archive to simplify the code

* Silence make warnings

* Bump package version

Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
2021-07-30 02:25:22 -04:00