Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# Patchman

Patchman is a Django-based patch status monitoring tool for linux systems. Patchman provides a web interface for monitoring the package updates available for Linux hosts.

Source: https://github.com/ricardojeronimo/patchman

Upstream: https://github.com/furlongm/patchman


Expand All @@ -27,7 +22,7 @@ This container is configured using environment variables. The following variable

| Variable | Default Value | Description |
| :--- | :--- | :--- |
| `ADMIN_Name` | `Your Name` | Your name |
| `ADMIN_NAME` | `Your Name` | Your name |
| `ADMIN_EMAIL` | `you@example.com` | Your e-mail address |
| `TIMEZONE` | `America/New_York` | Your timezone |
| `DB_ENGINE` | `SQLite` | Database engine to be used. Choose between `MySQL` or `PostgreSQL`, leave empty to use default `SQLite` |
Expand Down