🏡 index : github.com/captn3m0/nebula.git

author Nemo <me@captnemo.in> 2019-01-25 2:08:00.0 +05:30:00
committer Nemo <me@captnemo.in> 2019-01-25 2:08:00.0 +05:30:00
commit
4b5747abd32bb79abc9c6d09e7d7ac4b7fad5cb8 [patch]
tree
5c996e8d05eef5af8d0034ed4f6fb59689e53206
parent
fa99d0de64505519144d82ae2779b9d84668199d
download
4b5747abd32bb79abc9c6d09e7d7ac4b7fad5cb8.tar.gz

Jump to 1.7 release



Diff

 gitea/data.tf           | 2 +-
 gitea/conf/conf.ini.tpl | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gitea/data.tf b/gitea/data.tf
index fad1df0..2035345 100644
--- a/gitea/data.tf
+++ a/gitea/data.tf
@@ -1,7 +1,7 @@
# https://github.com/go-gitea/gitea/releases
data "docker_registry_image" "gitea" {

  # not bleeding, this is hemorrhaging edge
  name = "gitea/gitea:latest"
  name = "gitea/gitea:1.7"
}

data "docker_registry_image" "redis" {

diff --git a/gitea/conf/conf.ini.tpl b/gitea/conf/conf.ini.tpl
index 6283a85..6d710b6 100644
--- a/gitea/conf/conf.ini.tpl
+++ a/gitea/conf/conf.ini.tpl
@@ -238,7 +238,7 @@

[metrics]
; Enables metrics endpoint. True or false; default is false.
ENABLED = false
ENABLED = true
; If you want to add authorization, specify a token here
; TODO
TOKEN =