Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tank
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
AURA
tank
Commits
63f93003
Commit
63f93003
authored
5 years ago
by
Christian Pointner
Browse files
Options
Downloads
Patches
Plain Diff
making 4080 the new default port
fixes
#5
parent
b410e1c8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
contrib/run.sh
+1
-1
1 addition, 1 deletion
contrib/run.sh
contrib/sample-cfg.yaml
+1
-1
1 addition, 1 deletion
contrib/sample-cfg.yaml
with
3 additions
and
3 deletions
README.md
+
1
−
1
View file @
63f93003
...
...
@@ -19,7 +19,7 @@ for the user running the daemon
And then run the
`tank`
binary:
```
sh
$ $GOPATH
/bin/tank
--config
config.yaml run
--listen
localhost:80
0
0
$ $GOPATH
/bin/tank
--config
config.yaml run
--listen
localhost:80
4
0
```
### Problem with MariaDB on Debian 9 (stretch)
...
...
This diff is collapsed.
Click to expand it.
contrib/run.sh
+
1
−
1
View file @
63f93003
...
...
@@ -3,7 +3,7 @@
BASE_D
=
$(
realpath
"
${
BASH_SOURCE
%/*
}
/.."
)
export
AURA_TANK_DEBUG
=
1
export
AURA_TANK_LISTEN
=
127.0.0.1:80
8
0
export
AURA_TANK_LISTEN
=
127.0.0.1:80
4
0
export
STORE_PATH
=
"/run/user/
${
UID
}
/aura-tank"
mkdir
-p
"
${
STORE_PATH
}
"
...
...
This diff is collapsed.
Click to expand it.
contrib/sample-cfg.yaml
+
1
−
1
View file @
63f93003
...
...
@@ -37,7 +37,7 @@ importer:
# issuer-url: http://localhost:8000/openid
# client-id: ${OIDC_CLIENT_ID}
# client-secret: ${OIDC_CLIENT_SECRET}
# callback-url: http://localhost:80
8
0/auth/oidc/callback
# callback-url: http://localhost:80
4
0/auth/oidc/callback
# login-timeout: 10m # defaults to 5 Minutes
### uncomment to enable CORS headers
...
...
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