You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.idea | 1 year ago | |
.vscode | 2 years ago | |
.well-known | 1 year ago | |
about | 2 years ago | |
api | 2 years ago | |
archive | 2 years ago | |
blog | 2 years ago | |
captcha | 2 years ago | |
code-of-conduct | 2 years ago | |
contact | 1 year ago | |
creations | 1 year ago | |
includes | 1 year ago | |
legal | 2 years ago | |
metranslator | 1 year ago | |
mwspub | 1 year ago | |
oworadio | 2 years ago | |
radio | 2 years ago | |
static | 2 years ago | |
yKcw6aypKxss2qYZVUyjbz77H98QD44BavusQgP5T5tG4Wgc | 1 year ago | |
.gitignore | 1 year ago | |
.gitlab-ci.yml | 1 year ago | |
.htaccess | 2 years ago | |
.htpasswd | 2 years ago | |
69ad592e65288f6310580e1b3bdf9167.txt | 2 years ago | |
404.php | 2 years ago | |
Fursona01.jpg | 1 year ago | |
Fursona02.jpg | 1 year ago | |
Fursona03.png | 1 year ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
SatteliteGiteaData.txt | 1 year ago | |
googleb0405a7fbe408f87.html | 2 years ago | |
index.js | 2 years ago | |
index.php | 1 year ago | |
logo-mono.png | 2 years ago | |
logo.svg | 2 years ago | |
robots.txt | 2 years ago | |
rpack.zip | 2 years ago | |
version.txt | 2 years ago |
README.md
Minteck's Space
Not compatible with Nginx!
Getting /admin
to work
/admin
works only on Ubuntu or Ubuntu-based systems. Ubuntu Core systems may work but hasn't been tested
sudo
file
Edit the sudoers file:
$ sudo visudo
And add the following lines:
www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/mtsp-apt-get-1
www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/mtsp-apt-get-2
www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/mtsp-do-release-upgrade
www-data ALL=(ALL:ALL) NOPASSWD: /usr/bin/lshw
(replacing www-data
by the name of the user that runs your Web server)
You will need to :
- create a
/usr/bin/mtsp-apt-get-1
file that doesapt-get update
- create a
/usr/bin/mtsp-apt-get-2
file that doesapt-get upgrade -s
- create a
/usr/bin/mtsp-do-release-upgrade
file that doesdo-release-upgrade -c
And make sure to have the x
permission bit so we can run these files!
Groups
Add your server user (usually www-data
) to the following groups:
syslog
(required to write /var/log)adm
(required to read /var/log)
Dependencies
Install the following packages:
lm-sensors
To install them all at once, do:
$ pkcon install lm-sensors