Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nut-upsd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
Docker
nut-upsd
Commits
069735e6
Commit
069735e6
authored
5 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
README updates
parent
329fd60f
No related branches found
No related tags found
1 merge request
!1
MVP
Pipeline
#1845
passed
5 years ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
README.md
+16
-3
16 additions, 3 deletions
README.md
with
17 additions
and
3 deletions
.gitignore
+
1
−
0
View file @
069735e6
.idea
*.iml
config/*.conf
config/*.html
config/*.users
This diff is collapsed.
Click to expand it.
README.md
+
16
−
3
View file @
069735e6
...
...
@@ -6,7 +6,20 @@ provide all `nut` options without making too many compromises.
## Usage
1.
C
opy any of the
`./config/*.conf.sample`
files to
`./config/[FILENAME].conf`
a
nd modify as needed.
1.
C
reate necessary configurations in
`./config`
; both
`.conf`
and
`.html`
files
a
re supported.
**`./config` includes sample configurations.**
1.
`docker-compose up -d`
1.
`nut`
will be available on the container's port
`3493`
.
1.
If
`MODE`
is set to
`netserver`
,
`nut`
will be available on the container's
port
`3493`
.
*
Confirm using
`telnet`
:
```
bash
$
telnet
[
CONTAINER IP] 3493
Trying
[
CONTAINER IP]...
Connected to
[
CONTAINER IP].
Escape character is
'^]'
.
$
LIST UPS
BEGIN LIST UPS
UPS
test
"Back-UPS XS 1500 Test"
END LIST UPS
```
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