Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
compose.libre.sh
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
17
Issues
17
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
libre.sh
compose.libre.sh
Commits
8aea5b59
Commit
8aea5b59
authored
Mar 22, 2020
by
Michel Memeteau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set up variables
parent
b275794c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
install.linux.sh
install.linux.sh
+17
-3
No files found.
install.linux.sh
View file @
8aea5b59
#!/bin/bash
#Current version of libre.sh to be installed
LIBRE_VERSION
=
1
.1
LIBRE_VERSION
=
1
87-repo-mode-to-retrieve-application-recipe
# System env vars
## domain handling
...
...
@@ -23,7 +23,7 @@ OVH_URL="eu.api.ovh.com"
OVH_API_USER
=
""
OVH_API_KEY
=
### TODO : change your settings
IP
=
"curl -s http://icanhazip.com/"
FirstName
=
"Pierre"
LastName
=
"Ozoux"
...
...
@@ -36,13 +36,15 @@ City="Lisbon"
CountryCode
=
"PT"
## Backup
BACKUP_DESTINATION
=
root@xxxxx:port
### TODO : Change your mail settings.
## SMTP
MAIL_USER
=
MAIL_PASS
=
MAIL_HOST
=
mail.indie.host
MAIL_PORT
=
587
### TODO : source a setting file is present to override defaults
echo
"-------- Welcome to libre.sh
$LIBRE_VERSION
installer"
...
...
@@ -53,6 +55,18 @@ echo "-------- Welcome to libre.sh $LIBRE_VERSION installer"
echo
"-------- setting up system variables"
echo
"APP_REPO_URL=
${
APP_REPO_URL
}
"
>>
/etc/environnement
echo
"LIBRE_VERSION=
${
LIBRE_VERSION
}
"
>>
/etc/environnement
echo
"MAIL_USER=
${
MAIL_USER
}
"
>>
/etc/environnement
echo
"MAIL_PASS=
${
MAIL_PASS
}
"
>>
/etc/environnement
echo
"MAIL_HOST=
${
MAIL_HOST
}
"
>>
/etc/environnement
echo
"MAIL_PORT=
${
MAIL_PORT
}
"
>>
/etc/environnement
# STEP Install Docker
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment