Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mailinabox
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Administrator
mailinabox
Commits
3615772b
Commit
3615772b
authored
Jan 30, 2016
by
Joshua Tauberer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v0.16
parent
78729bd2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
+7
-5
CHANGELOG.md
CHANGELOG.md
+4
-2
README.md
README.md
+2
-2
bootstrap.sh
setup/bootstrap.sh
+1
-1
No files found.
CHANGELOG.md
View file @
3615772b
CHANGELOG
CHANGELOG
=========
=========
In Development
v0.16 (January 30, 2016)
--------------
------------------------
This update primarily adds automatica SSL (now "TLS") certificate provisioning from Let's Encrypt (https://letsencrypt.org/).
Control Panel:
Control Panel:
...
...
README.md
View file @
3615772b
...
@@ -59,7 +59,7 @@ by me:
...
@@ -59,7 +59,7 @@ by me:
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import
gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" imported
gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" imported
$ git verify-tag v0.1
5a
$ git verify-tag v0.1
6
gpg: Signature made ..... using RSA key ID C10BDD81
gpg: Signature made ..... using RSA key ID C10BDD81
gpg: Good signature from "Joshua Tauberer <jt@occams.info>"
gpg: Good signature from "Joshua Tauberer <jt@occams.info>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg: WARNING: This key is not certified with a trusted signature!
...
@@ -72,7 +72,7 @@ and on my [personal homepage](https://razor.occams.info/). (Of course, if this r
...
@@ -72,7 +72,7 @@ and on my [personal homepage](https://razor.occams.info/). (Of course, if this r
Checkout the tag corresponding to the most recent release:
Checkout the tag corresponding to the most recent release:
$ git checkout v0.1
5a
$ git checkout v0.1
6
Begin the installation.
Begin the installation.
...
...
setup/bootstrap.sh
View file @
3615772b
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#########################################################
#########################################################
if
[
-z
"
$TAG
"
]
;
then
if
[
-z
"
$TAG
"
]
;
then
TAG
=
v0.1
5a
TAG
=
v0.1
6
fi
fi
# Are we running as root?
# Are we running as root?
...
...
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