Skip to content

Commit

Permalink
remove ddns
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrage committed Jun 23, 2024
1 parent d7ea4fa commit ade1b13
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 78 deletions.
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Below is a general overview (with instructions) on each Docker container I use.
- [bootc-k3s-node-amd64](#bootc-k3s-node-amd64)
- [bootc-nvidia-base-fedora](#bootc-nvidia-base-fedora)
- [cat](#cat)
- [ddns](#ddns)
- [gameserver](#gameserver)
- [hello](#hello)
- [helloworld](#helloworld)
Expand Down Expand Up @@ -219,25 +218,6 @@ Below is a general overview (with instructions) on each Docker container I use.
ghcr.io/cdrage/cat
```

## [ddns](/ddns/Containerfile)

**Description:**

Dynamic DNS for DigitalOcean

**Source**: https://github.com/gbolo/dockerfiles/tree/master/digitalocean-ddns

**Running:**

```sh
podman run \
-d \
--restart always \
-e DODDNS_TOKEN=your_api_key \
-e DODDNS_DOMAIN=your.domain.com \
ghcr.io/cdrage/ddns
```

## [gameserver](/gameserver/Containerfile)

**Description:**
Expand Down
42 changes: 0 additions & 42 deletions ddns/Containerfile

This file was deleted.

16 changes: 0 additions & 16 deletions ddns/README.md

This file was deleted.

0 comments on commit ade1b13

Please sign in to comment.