Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
monitoring
dokuwiki
Commits
37acd91d
Commit
37acd91d
authored
3 years ago
by
Marek Jaroš
Browse files
Options
Downloads
Plain Diff
New version with minor fixes
Fixes:
#5
#6
See merge request
!9
parents
6b59a634
55b76dbc
No related branches found
No related tags found
1 merge request
!9
Bug-fix release 20180422.a-2.1-3
Pipeline
#171636
passed
2 years ago
Stage: build
Changes
3
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
content/etc/apache2/sites-available/dokuwiki-ssl-redirect.conf
+1
-1
1 addition, 1 deletion
...nt/etc/apache2/sites-available/dokuwiki-ssl-redirect.conf
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
37acd91d
...
@@ -10,7 +10,7 @@ before_script:
...
@@ -10,7 +10,7 @@ before_script:
build-stable
:
build-stable
:
stage
:
build
stage
:
build
script
:
script
:
-
/kaniko/executor --cache=true --cache-copy-layers --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --build-arg NAME=$CI_PROJECT_NAME --build-arg BUILD_DATE=`date -u +"%d-%m-%Y-T%H:%M:%S%Z"` --build-arg VCS_REF=$CI_COMMIT_SHORT_SHA --build-arg VCS_URL=$CI_PROJECT_URL --destination $CI_REGISTRY_IMAGE:stable --destination $CI_REGISTRY_IMAGE:20180422 --destination $CI_REGISTRY_IMAGE:20180422-
2
-
/kaniko/executor --cache=true --cache-copy-layers --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --build-arg NAME=$CI_PROJECT_NAME --build-arg BUILD_DATE=`date -u +"%d-%m-%Y-T%H:%M:%S%Z"` --build-arg VCS_REF=$CI_COMMIT_SHORT_SHA --build-arg VCS_URL=$CI_PROJECT_URL --destination $CI_REGISTRY_IMAGE:stable --destination $CI_REGISTRY_IMAGE:20180422 --destination $CI_REGISTRY_IMAGE:20180422-
3
only
:
only
:
-
stable
-
stable
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
37acd91d
...
@@ -6,7 +6,7 @@ RUN printf "Running on ${BUILDPLATFORM:-linux/amd64}, building for ${TARGETPLATF
...
@@ -6,7 +6,7 @@ RUN printf "Running on ${BUILDPLATFORM:-linux/amd64}, building for ${TARGETPLATF
# Basic info
# Basic info
ARG
NAME
ARG
NAME
ARG
BUILD_DATE
ARG
BUILD_DATE
ARG
VERSION=20180422.a-2.1-
2
ARG
VERSION=20180422.a-2.1-
3
ARG
VCS_REF
ARG
VCS_REF
ARG
VCS_URL
ARG
VCS_URL
...
...
This diff is collapsed.
Click to expand it.
content/etc/apache2/sites-available/dokuwiki-ssl-redirect.conf
+
1
−
1
View file @
37acd91d
...
@@ -2,6 +2,6 @@
...
@@ -2,6 +2,6 @@
DocumentRoot
/
var
/
www
DocumentRoot
/
var
/
www
RewriteEngine
On
RewriteEngine
On
RewriteCond
%{
REQUEST_URI
} !\.
well
-
known
/
acme
-
challenge
RewriteCond
%{
REQUEST_URI
} !
(
\.
well
-
known
/
acme
-
challenge
|
server
-
status
)
RewriteRule
^/?(.*)
https
://%{
HTTP_HOST
}/$
1
[
L
]
RewriteRule
^/?(.*)
https
://%{
HTTP_HOST
}/$
1
[
L
]
</
VirtualHost
>
</
VirtualHost
>
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