diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | README.md | 10 | ||||
| -rw-r--r-- | bin/authenticate.php (renamed from authenticate.php) | 0 | ||||
| -rw-r--r-- | bin/index.php (renamed from index.php) | 0 | ||||
| -rw-r--r-- | bin/key.php.example (renamed from key.php.example) | 0 | ||||
| -rw-r--r-- | bin/manage.php (renamed from manage.php) | 0 | ||||
| -rw-r--r-- | bin/mount.php (renamed from mount.php) | 0 | ||||
| -rw-r--r-- | bin/serviceDefinitions.php (renamed from serviceDefinitions.php) | 0 | ||||
| -rw-r--r-- | bin/status.php (renamed from status.php) | 0 | ||||
| -rw-r--r-- | bin/styles.css (renamed from styles.css) | 0 | ||||
| -rw-r--r-- | bin/util.php (renamed from util.php) | 0 |
11 files changed, 11 insertions, 1 deletions
@@ -1,2 +1,2 @@ -key.php +bin/key.php diff --git a/README.md b/README.md new file mode 100644 index 0000000..67c1a5e --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +a landing page and crude management interface for *bongo* (my homelab) + +deployment notes: + +* serve the files in /bin (nginx+php-fpm works well) +* update serviceDefinitions.php and key.php +* ??? +* profit + +originally written in Feb 2024, will be replaced whenever i switch to proxmox diff --git a/authenticate.php b/bin/authenticate.php index 7decfb5..7decfb5 100644 --- a/authenticate.php +++ b/bin/authenticate.php diff --git a/index.php b/bin/index.php index d828e0f..d828e0f 100644 --- a/index.php +++ b/bin/index.php diff --git a/key.php.example b/bin/key.php.example index 94610ad..94610ad 100644 --- a/key.php.example +++ b/bin/key.php.example diff --git a/manage.php b/bin/manage.php index c4858ca..c4858ca 100644 --- a/manage.php +++ b/bin/manage.php diff --git a/mount.php b/bin/mount.php index fa602d8..fa602d8 100644 --- a/mount.php +++ b/bin/mount.php diff --git a/serviceDefinitions.php b/bin/serviceDefinitions.php index 84f2216..84f2216 100644 --- a/serviceDefinitions.php +++ b/bin/serviceDefinitions.php diff --git a/status.php b/bin/status.php index 3789d9e..3789d9e 100644 --- a/status.php +++ b/bin/status.php diff --git a/styles.css b/bin/styles.css index d984996..d984996 100644 --- a/styles.css +++ b/bin/styles.css |
