Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NoCloud-Auto-Installer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NoCloud
NoCloud-Auto-Installer
Commits
a2eef749
Commit
a2eef749
authored
3 months ago
by
Elian Loraux
Browse files
Options
Downloads
Patches
Plain Diff
fix typo
parent
0ef45d3c
No related branches found
No related tags found
1 merge request
!21
Services desk 81 redistributivite securimag
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
install/Base.sh
+1
-1
1 addition, 1 deletion
install/Base.sh
main.env.sample
+2
-2
2 additions, 2 deletions
main.env.sample
utils/configure_base_tools.sh
+1
-1
1 addition, 1 deletion
utils/configure_base_tools.sh
with
4 additions
and
4 deletions
install/Base.sh
+
1
−
1
View file @
a2eef749
...
...
@@ -118,7 +118,7 @@ bash $DIR/checks/rkhunter.sh
# Allow maintenance operations:
mkdir
-p
/root/.ssh
if
[
"
$TETRAS_MAINTENACE
"
=
true
]
;
then
if
[
"
$TETRAS_MAINTENA
N
CE
"
=
true
]
;
then
cat
id_rsa.pub
>>
/root/.ssh/authorized_keys
else
touch
/root/.ssh/authorized_keys
...
...
This diff is collapsed.
Click to expand it.
main.env.sample
+
2
−
2
View file @
a2eef749
...
...
@@ -15,8 +15,8 @@ export DOMAIN="dev.tetras-libre.fr"
export SERVER_ADMIN="sysadmin@tetras-libre.fr"
# TODO put this variable to false if tetras does not provide maintenance
# This has the consequence of whether or not the
free tetras
ssh public key is added to the authorized keys
export TETRAS_MAINTENACE=true
# This has the consequence of whether or not the
Tetras-Libre
ssh public key is added to the authorized keys
export TETRAS_MAINTENA
N
CE=true
# TODO change ignore domains for fail2ban
export IGNORE_DOMAINS=(
...
...
This diff is collapsed.
Click to expand it.
utils/configure_base_tools.sh
+
1
−
1
View file @
a2eef749
...
...
@@ -6,7 +6,7 @@ echo "RUN $(basename "$0") ==="
DIR
=
$(
realpath
$(
dirname
$0
)
/..
)
if
[
!
-e
$DIR
/main.env
]
then
echo
"Please copy in r
acine
of NoCloud Auto Installer main.env.sample to main.env and edit it"
echo
"Please copy in r
oot
of NoCloud Auto Installer main.env.sample to main.env and edit it"
exit
1
else
echo
"Environment file loaded"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment