Skip to content

Commit

Permalink
Merge pull request #18 from vroncevic/dev
Browse files Browse the repository at this point in the history
[dynamicdns] Updated docs
  • Loading branch information
vroncevic committed Jun 14, 2024
2 parents bc3fae2 + 6b3b277 commit 5fdb73b
Show file tree
Hide file tree
Showing 21 changed files with 97 additions and 13,158 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<img align="right" src="https://raw.githubusercontent.com/vroncevic/dynamicdns/dev/docs/dynamicdns_logo.png" width="25%">

# Dynamic DNS

<img align="right" src="https://raw.githubusercontent.com/vroncevic/dynamicdns/dev/docs/dynamicdns_logo.png" width="25%">

**dynamicdns** is shell tool for control/operating **[ddclient](https://help.dyn.com/ddclient/)**.

Developed in **[bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell))** code: **100%**.
Expand Down Expand Up @@ -35,7 +35,7 @@ Navigate to release **[page](https://github.com/vroncevic/dynamicdns/releases)**

To install **dynamicdns** type the following

```
```bash
tar xvzf dynamicdns-x.y.tar.gz
cd dynamicdns-x.y
cp -R ~/sh_tool/bin/ /root/scripts/dynamicdns/ver.x.y/
Expand All @@ -44,7 +44,8 @@ cp -R ~/sh_tool/log/ /root/scripts/dynamicdns/ver.x.y/
```

Self generated setup script and execution
```

```bash
./dynamicdns_setup.sh

[setup] installing App/Tool/Script dynamicdns
Expand Down Expand Up @@ -76,7 +77,7 @@ Or You can use docker to create image/container.

### Usage

```
```bash
# Create symlink for shell tool
ln -s /root/scripts/dynamicdns/ver.x.y/bin/dynamicdns.sh /root/bin/dynamicdns

Expand All @@ -97,7 +98,8 @@ dynamicdns
**dynamicdns** is based on MOP.

Shell tool structure
```

```bash
sh_tool/
├── bin/
│   ├── center.sh
Expand Down
6 changes: 5 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
theme: jekyll-theme-cayman
theme: jekyll-theme-cayman
markdown: kramdown
safe: true
kramdown:
parse_block_html: true
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 07d4b4c79774568cd534e3641ab08e72
config: 1a682be92e27aeaef9459c95ca510d30
tags: 645f666f9bcd5a90fca523b33c5a78b7
134 changes: 0 additions & 134 deletions docs/build/html/_static/_sphinx_javascript_frameworks_compat.js

This file was deleted.

27 changes: 26 additions & 1 deletion docs/build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -237,6 +237,10 @@ a.headerlink {
visibility: hidden;
}

a:visited {
color: #551A8B;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -324,13 +328,15 @@ aside.sidebar {
p.sidebar-title {
font-weight: bold;
}

nav.contents,
aside.topic,
div.admonition, div.topic, blockquote {
clear: left;
}

/* -- topics ---------------------------------------------------------------- */

nav.contents,
aside.topic,
div.topic {
Expand Down Expand Up @@ -606,6 +612,7 @@ ol.simple p,
ul.simple p {
margin-bottom: 0;
}

aside.footnote > span,
div.citation > span {
float: left;
Expand Down Expand Up @@ -667,6 +674,16 @@ dd {
margin-left: 30px;
}

.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}

.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -735,6 +752,14 @@ abbr, acronym {
cursor: help;
}

.translated {
background-color: rgba(207, 255, 207, 0.2)
}

.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down
6 changes: 3 additions & 3 deletions docs/build/html/_static/classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- classic theme.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -129,7 +129,7 @@ a {
}

a:visited {
color: #355f7c;
color: #551a8b;
text-decoration: none;
}

Expand Down Expand Up @@ -205,9 +205,9 @@ div.seealso {
background-color: #ffc;
border: 1px solid #ff6;
}

nav.contents,
aside.topic,

div.topic {
background-color: #eee;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
3 changes: 1 addition & 2 deletions docs/build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
const DOCUMENTATION_OPTIONS = {
VERSION: 'https://github.com/vroncevic/dynamicdns/releases',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
Expand Down
Loading

0 comments on commit 5fdb73b

Please sign in to comment.