freechelmi
3ab76d17ff
Add docker install
2020-02-26 15:55:14 +01:00
freechelmi
365e20480d
First beta version of the script
2020-02-26 09:40:36 +01:00
Michel Memeteau
48ed6c6d17
Update install.linux.sh
2020-02-20 18:00:50 +01:00
Michel Memeteau
14e78c6b9b
Update install.linux.sh
2020-01-10 14:37:39 +01:00
Michel Memeteau
90ad98b7f8
Merge branch 'patch-1' into 'master'
...
Update README.md
See merge request libre.sh/compose.libre.sh!184
2020-01-02 17:01:58 +01:00
ekimia
761e33f57f
Move fosdem video
2019-12-26 18:01:47 +01:00
ekimia
3aedb598e5
Rename install.md into install.cloud.md
2019-12-26 18:00:53 +01:00
ekimia
f1a40640b8
add cloudron
2019-12-01 16:54:49 +01:00
Pa
6641133456
Update README.md
2019-11-25 19:37:12 +01:00
ekimia
72f5c4846e
add standstorm
2019-11-25 09:26:44 +01:00
ekimia
3e7f953752
Add link to Yunohost
2019-11-22 09:12:48 +01:00
ekimia
1528ddd04f
Some Readme cleanup
2019-11-07 14:47:28 +01:00
Michel Memeteau
6d787c7d6d
progress on installer sh for linux
2019-06-24 17:52:02 +02:00
ekimia
ade8eb25f8
Update install.linux.sh
2019-06-24 17:36:12 +02:00
ekimia
d3a94a561c
start the installer script for linux
2019-06-24 17:35:56 +02:00
ekimia
32fd516f14
Create /opt/bin/ is necessary
2019-06-11 10:32:31 +02:00
Timothee Gosselin
3d3aa17d8f
Merge branch 'patch-2' into 'master'
...
show usage : provision
See merge request libre.sh/compose.libre.sh!183
2019-06-05 17:40:41 +02:00
ekimia
a4d0348f16
show usage : provision
2019-06-05 17:28:52 +02:00
Timothee Gosselin
a35130fdb5
Merge branch 'patch-2' into 'master'
...
Update install repo URL
See merge request libre.sh/compose.libre.sh!182
2019-06-05 16:26:22 +02:00
memeteau
ddf819c780
Update install repo URL
2019-05-24 16:30:23 +02:00
Pierre Ozoux
f0df401d05
Merge branch 'delete-fixes' into 'master'
...
Small fixes for delete command
See merge request libre.sh/compose.libre.sh!181
2019-03-22 10:12:02 +01:00
gust
c766678fc7
Small fixes for delete command
2019-03-20 00:22:56 +01:00
Pierre Ozoux
2f952f6fa0
Merge branch 'pierreozoux-patch-1' into 'master'
...
Adds a delete command.
See merge request libre.sh/compose.libre.sh!179
2019-02-21 17:48:33 +01:00
Pierre Ozoux
fab6a854a9
Removes repo that are deprecated.
2019-02-20 17:44:21 +01:00
Pierre Ozoux
40e537ff27
Adds a delete command.
...
closes #176
2019-02-19 22:56:52 +01:00
Pierre Ozoux
983718bf9e
Fix indentation
2019-02-15 20:18:48 +01:00
michel memeteau
931d8d7355
New libre.sh chat
2019-01-29 08:45:28 +01:00
Pierre Ozoux
1ac7f2cbe9
Adds more kubernetes stuff.
...
But we need to migrate it clearly.
2019-01-28 06:58:33 +01:00
Timothee Gosselin
39f4a5c4b1
add headers for CRSF check
2019-01-07 15:27:25 +01:00
Timothee Gosselin
5d24dce3d8
add headers for CRSF check
2019-01-07 15:17:47 +01:00
michel memeteau
7556c39c58
Update ROADMAP.md
2018-10-02 08:45:48 +02:00
JOduMonT
dce1ce87f5
I add zerotier as network solution ( #172 )
...
to building a zerotier network it's very simple
but not necessary decentralize
also; for now, zerotier don't manage NS
but for communication over IP; it kick some ass ;)
2018-06-06 13:39:49 +02:00
Samuel Laulhau
b41c8f33da
fix contributors link
2018-03-03 10:59:32 +01:00
jess
edc5e96673
Added backers and sponsors on the README ( #168 )
2018-02-28 11:19:45 +01:00
Samuel Laulhau
121076762c
specify sysctl file ( #163 )
...
Avoid error when /etc/sysctl.conf dosen't exist
2018-02-24 16:05:22 +01:00
JOduMonT
3766449a9a
unable to write transparent_hugepage ( #157 )
...
so the script stop at this line and libre.sh isn't install
2017-09-18 20:48:10 +02:00
JOduMonT
1128a898e1
Fix typo in user_data ( #155 )
2017-08-30 09:49:12 +02:00
JOduMonT
b6853eee69
add vm.overcommit_memory=1 ( #152 )
...
as is recommanded by REDIS
# WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
2017-08-21 16:36:40 +01:00
JOduMonT
63e81f7d72
disable transparent hugepage ( #153 )
...
as recommanded by REDIS
\# WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
2017-08-21 16:36:19 +01:00
JOduMonT
b0df1b0667
vm.overcommit_memory & transparent_hugepage ( #154 )
...
as recommanded by REDIS
\#WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
\# WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
2017-08-21 16:36:13 +01:00
JOduMonT
a3eb4870a6
Fix typo + sshkey ( #151 )
...
forget the s a permission
+ add sskey
2017-08-14 10:30:21 +01:00
pierreozoux
ae35435cf0
Fix codestyle
2017-07-03 11:19:15 +01:00
pierreozoux
d835ffcd98
Remove trailing space
2017-07-03 11:18:57 +01:00
JꙨdцӍoηҬ
13b022bcb5
Add Linux instructions
2017-07-03 11:10:47 +01:00
pierreozoux
b34211c1bc
Add the www
2017-06-30 11:52:08 +01:00
Pierre Ozoux
b0440ddb79
Stricter sshd config
2017-04-11 15:09:30 +01:00
Pierre Ozoux
e76505cda8
Add Fosdem installation video
2017-04-06 20:31:37 +01:00
Pierre Ozoux
518583089d
Merge pull request #147 from jodumont/patch-3
...
add libre stats
2017-03-29 09:48:56 +01:00
JꙨdцӍoηҬ
dd7006dbe4
add libre stats
...
which show docker stats with name.
2017-03-29 01:40:38 +02:00
Pierre Ozoux
212f1b90be
Merge pull request #145 from jodumont/patch-1
...
typo
2017-03-28 11:51:52 +01:00