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

141 commits

Author SHA1 Message Date
lapineige
0c7064d376
Update elixir version to v1.15
20707e8fa0
https://github.com/bonfire-networks/bonfire-app/blob/main/docs/DEPLOY.md#dependencies
2023-08-12 12:54:59 +02:00
lapineige
4fa34b2c63
Merge pull request #3 from YunoHost-Apps/0.9.6
0.9.6
2023-08-12 12:24:55 +02:00
yunohost-bot
5ceb82877a Auto-update README 2023-08-11 09:15:22 +00:00
lapineige
dd9c870dfa
clearer version name 2023-08-11 11:15:19 +02:00
yunohost-bot
9d570390c4 Auto-update README 2023-08-11 09:06:09 +00:00
lapineige
ad958346d8
0.9.6 2023-08-11 11:06:06 +02:00
lapineige
2d4d0014a2
split again 2023-05-06 23:55:04 +02:00
lapineige
300ff59464
revert 2023-05-06 23:42:50 +02:00
lapineige
612eb43bbf
what if it's root… 2023-05-06 23:01:13 +02:00
lapineige
4acd10d82a
fix syntax
CI is stuck https://ci-apps-dev.yunohost.org/ci/job/7102
2023-05-04 12:14:55 +02:00
lapineige
2b375f5ab9
bring back npm 2023-05-04 09:10:17 +02:00
lapineige
e7c4119e7a
split mix and just commands 2023-05-04 09:09:18 +02:00
lapineige
44f04a2a0f
typo + comment 2023-05-03 21:55:34 +02:00
lapineige
b0aa28b414
set a nodejs version
Random one…
2023-05-03 21:48:38 +02:00
lapineige
c16b1e1a53
use ynh_npm 2023-05-03 18:31:22 +02:00
lapineige
9e60baaab6
remove npm global install 2023-05-03 18:27:23 +02:00
lapineige
fd01be5331
remove some logging 2023-05-03 15:15:54 +02:00
lapineige
9e8b88caf9
bring back npm 2023-05-03 15:15:15 +02:00
lapineige
57e50c015a
remove yarn and npm (bad version) 2023-05-03 15:09:00 +02:00
lapineige
544d7ceaaf
Install correct yarn version
> ERROR: There are no scenarios; must have at least one.

https://stackoverflow.com/questions/53471063/yarn-error-there-are-no-scenarios-must-have-at-least-one
2023-05-03 15:08:22 +02:00
lapineige
5f0060abef
adjust logging 2023-05-03 14:38:23 +02:00
lapineige
ae4fc56755
terminfo debug 2023-05-03 14:17:04 +02:00
lapineige
2974d0ec68
build as root 2023-05-03 14:05:51 +02:00
lapineige
d6d4548cac
add yarn/npm 2023-05-03 11:54:12 +02:00
lapineige
9870d54261
fix double 2023-05-03 11:36:07 +02:00
lapineige
e165e66e4e
Merge branch 'testing' into cleaning 2023-05-03 10:20:14 +02:00
lapineige
aff78893c2
typo 2023-05-03 10:19:39 +02:00
lapineige
68cd947b06
Execute just as Bonfire (again) 2023-05-03 10:09:47 +02:00
lapineige
43c05810df
HOME variable 2023-05-03 09:43:15 +02:00
lapineige
4621c97ae7
No change URL - doesn't make sense for such an app 2023-05-03 09:40:03 +02:00
lapineige
107c7ccc78
More realistic RAM values + more media options 2023-05-03 09:38:36 +02:00
lapineige
8189b0a0d6
cleanup logging + add more 2023-05-03 09:23:21 +02:00
yunohost-bot
c7cb7f037e Auto-update README 2023-05-03 07:22:18 +00:00
lapineige
9cc1abe8a2
Update to latest main branch commit 2023-05-03 09:22:13 +02:00
lapineige
1afc71275f
add erlang-parsetools
(Mix.Error) Could not compile "src/link_text_parser.yrl" because the application "parsetools" could not be found. This may happen if your package manager broke Erlang into multiple packages and may be fixed by installing the missing "erlang-dev" and "erlang-parsetools" packages
2023-05-03 01:11:17 +02:00
lapineige
100dc01a26
add erlang-dev 2023-05-03 01:00:10 +02:00
lapineige
465e1cbf06
Update install 2023-05-03 00:59:36 +02:00
lapineige
ad3e87eca1
needs erlang-dev for Hex dependency 2023-05-03 00:50:11 +02:00
lapineige
c1ac1f4b15
hex dependency 2023-05-03 00:23:52 +02:00
lapineige
5f5ee56461
Add Elixir (13) repository 2023-05-03 00:03:21 +02:00
lapineige
28b34e9702
typo 2023-05-02 23:45:57 +02:00
lapineige
bd61d6d32b
cleaning + execute just as root 2023-05-02 23:43:56 +02:00
lapineige
4478d89c09
Media upload size + trying with just as root 2023-05-02 23:24:09 +02:00
lapineige
bc65e8fa3a
Change root dir
3b99906170


> If you've built from source, you should point the nginx root directory to be `_build/prod/rel/bonfire/lib/bonfire-0.1.0-*/priv/static`
2023-05-02 17:56:56 +02:00
lapineige
47952b313d
add websocket redirect 2023-05-02 17:53:49 +02:00
lapineige
d01d71e1af
try to start + account creation logging 2023-05-02 17:52:11 +02:00
lapineige
3907f38be3
better logging 2023-05-02 16:50:07 +02:00
lapineige
2d725fda9c
fix syntax for exec_as 2023-05-02 16:18:19 +02:00
yunohost-bot
e17c7d58c7 Auto-update README 2023-05-02 13:52:45 +00:00
lapineige
e35aa26e62
0.9.0-beta10 correct version name 2023-05-02 15:52:42 +02:00