Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compose.libre.sh
Manage
Activity
Members
Labels
Plan
Issues
18
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
libre.sh
compose.libre.sh
Commits
41d64fb5
Commit
41d64fb5
authored
5 years ago
by
Michel Memeteau
Browse files
Options
Downloads
Patches
Plain Diff
sourcing values.env file
parent
6451e911
No related branches found
No related tags found
1 merge request
!188
Resolve "REPO mode to retrieve application recipe"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install.linux.sh
+18
-6
18 additions, 6 deletions
install.linux.sh
with
18 additions
and
6 deletions
install.linux.sh
+
18
−
6
View file @
41d64fb5
...
...
@@ -2,15 +2,16 @@
#Current version of libre.sh to be installed
LIBRE_VERSION
=
187-repo-mode-to-retrieve-application-recipe
# System env vars
# System env vars
: can be overrided by a values.env file next to this install file
## domain handling
###
TODO
: Specify you template repo ROOT without training slash
###
CONFIG
: Specify you template repo ROOT without training slash
(Optional) or comment if you want to supply full url for apps
APP_REPO_URL
=
"lab.libreho.st/libre.sh/compose"
### TODO : change to your domain vendor ( ovh , online, )
## domain handling
### CONFIG : change to your domain vendor ( namecheap, ovh , scaleway, )
DOMAIN_SERVER
=
namecheap
### Namecheap specific
...
...
@@ -18,11 +19,18 @@ NAMECHEAP_URL="namecheap.com"
NAMECHEAP_API_USER
=
"pierreo"
NAMECHEAP_API_KEY
=
### ovh specific
### ovh specific
(WIP)
OVH_URL
=
"eu.api.ovh.com"
OVH_API_USER
=
""
OVH_API_KEY
=
### Scaleway specific (WIP)
SCALEWAY_URL
=
""
SCALEWAY_API_USER
=
""
SCALEWAY_API_KEY
=
### TODO : change your settings
IP
=
"curl -s http://icanhazip.com/"
FirstName
=
"Pierre"
...
...
@@ -37,7 +45,7 @@ CountryCode="PT"
## Backup
BACKUP_DESTINATION
=
root@xxxxx:port
###
TODO
: Change your mail settings.
###
CONFIG
: Change your mail settings.
## SMTP
MAIL_USER
=
MAIL_PASS
=
...
...
@@ -48,6 +56,10 @@ MAIL_PORT=587
echo
"-------- Welcome to libre.sh
$LIBRE_VERSION
installer"
echo
"---- sourcing local values.env file if present"
source
values.env
# STEP add kernel parameter
...
...
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