Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch up with upstream #1

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

Catch up with upstream #1

wants to merge 31 commits into from

Commits on Feb 14, 2017

  1. Create a basic roadmap

    pierreozoux committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    9d90aec View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Configuration menu
    Copy the full SHA
    b871840 View commit details
    Browse the repository at this point in the history
  2. typo

    cat > /etc/systemd/system/data.mount << EOF
    JOduMonT committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    e59501d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    212f1b9 View commit details
    Browse the repository at this point in the history
  4. add libre stats

    which show docker stats with name.
    JOduMonT committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    dd7006d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. Merge pull request #147 from jodumont/patch-3

    add libre stats
    pierreozoux committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    5185830 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Configuration menu
    Copy the full SHA
    e76505c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2017

  1. Stricter sshd config

    pierreozoux committed Apr 11, 2017
    Configuration menu
    Copy the full SHA
    b0440dd View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. Add the www

    pierreozoux committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    b34211c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Add Linux instructions

    JOduMonT authored and pierreozoux committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    13b022b View commit details
    Browse the repository at this point in the history
  2. Remove trailing space

    pierreozoux committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    d835ffc View commit details
    Browse the repository at this point in the history
  3. Fix codestyle

    pierreozoux committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    ae35435 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Fix typo + sshkey (#151)

    forget the s a permission
    + add sskey
    JOduMonT authored and pierreozoux committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    a3eb487 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. 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.
    JOduMonT authored and pierreozoux committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    b0df1b0 View commit details
    Browse the repository at this point in the history
  2. 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.
    JOduMonT authored and pierreozoux committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    63e81f7 View commit details
    Browse the repository at this point in the history
  3. 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.
    JOduMonT authored and pierreozoux committed Aug 21, 2017
    Configuration menu
    Copy the full SHA
    b6853ee View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2017

  1. Fix typo in user_data (#155)

    JOduMonT authored and pierreozoux committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    1128a89 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. unable to write transparent_hugepage (#157)

    so the script stop at this line and libre.sh isn't install
    JOduMonT authored and pierreozoux committed Sep 18, 2017
    Configuration menu
    Copy the full SHA
    3766449 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. specify sysctl file (#163)

    Avoid error when /etc/sysctl.conf dosen't exist
    lalop authored and pierreozoux committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    1210767 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2018

  1. Configuration menu
    Copy the full SHA
    edc5e96 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2018

  1. fix contributors link

    lalop committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    b41c8f3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. 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 ;)
    JOduMonT authored and pierreozoux committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    dce1ce8 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. Update ROADMAP.md

    freechelmi authored and pierreozoux committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    7556c39 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. add headers for CRSF check

    Timothee Gosselin committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    5d24dce View commit details
    Browse the repository at this point in the history
  2. add headers for CRSF check

    Timothee Gosselin committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    39f4a5c View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Adds more kubernetes stuff.

    But we need to migrate it clearly.
    pierreozoux committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    1ac7f2c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. New libre.sh chat

    freechelmi authored and pierreozoux committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    931d8d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Fix indentation

    pierreozoux committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    983718b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Configuration menu
    Copy the full SHA
    fab6a85 View commit details
    Browse the repository at this point in the history
  2. archive project

    unteem committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    cfd8fdd View commit details
    Browse the repository at this point in the history
  3. Delete .gitignore

    Timothee Gosselin committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    e327bbf View commit details
    Browse the repository at this point in the history