You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,17 @@
1
-
# trac-docker
1
+
# trac-ubuntu
2
2
3
3
[](https://hub.docker.com/r/mastermindg/trac-ubuntu/"Get your own version badge on microbadger.com")
This repo builds a Docker container (based on Ubuntu Trusty) running [Trac](http://trac.edgewall.org),
9
8
which is an enhanced wiki and issue tracking system for software development
10
9
projects. Trac uses a minimalistic approach to web-based software project
11
10
management. It helps developers write great software while staying out of
12
11
the way. Trac should impose as little as possible on a team's established
13
12
development process and policies.
14
13
15
-
The Dockerfile comes with a number of environment variables that can be set at build time or at run time.
14
+
This installation of Trac uses AccountManager with LoginModule to allow logging in via the Web UI versus logging in with basic HTTP authentication. Eventually extensions will be added to enable LDAP and other forms of authentication.
0 commit comments