I
I
Ilya2020-06-03 13:01:23
Continuous Integration
Ilya, 2020-06-03 13:01:23

How to manage the server through a bot?

There are repositories of bots for installation on hosting (vds or rasberry pi) for hosting management, or, in short, an analog of heroku on your computer:
1. Viewing uptime, free memory
2. Continuous integration for github
3. Creating linux users and delimiting rights for deployment CI/CD (give linux accounts to friends).

I have an orange pi without a white ip, but I want to manage the server remotely (well, let him deploy the commits himself)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Sundukov, 2020-06-03
@LencoDigitexer

bash smeared with whatever other software you like. From elementary - make to use.
one.

[email protected]:~$ free -m
              total        used        free      shared  buff/cache   available
Память:        7990        5823         409         365        1757        1314
Подкачка:        1951          72        1879
[email protected]:~$ uptime -p
up 5 hours, 36 minutes

In general, this is monitoring and Zabbix can be raised under it. Well, first you need to answer why you need these numbers.
2. git actions.
Example: https://github.com/alekciy/php-ofd-sdk/blob/master... result of work https://github.com/alekciy/php-ofd-sdk/runs/604522...
3. bash commands written in the Makefile.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question