Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple new features #28

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 11, 2023

  1. Update README.md

    Added Synology and pfSense configurations
    NiiWiiCamo committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    cff874a View commit details
    Browse the repository at this point in the history
  2. added configuration script

    for initial configuration
    NiiWiiCamo committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    36af886 View commit details
    Browse the repository at this point in the history
  3. Update .configure.sh

    version 1.2
    NiiWiiCamo committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0d40bfd View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. v1.3

    fixed custom logfile location variable, envfile removed log, logfile and debug quotes
    NiiWiiCamo committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1aa0e9c View commit details
    Browse the repository at this point in the history
  2. Fixed .configure.sh

    fixed logFile output
    NiiWiiCamo committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    2ee6550 View commit details
    Browse the repository at this point in the history
  3. added TXT handling

    NiiWiiCamo committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    6ea33dc View commit details
    Browse the repository at this point in the history
  4. added TXT handling

    NiiWiiCamo committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0f13f46 View commit details
    Browse the repository at this point in the history
  5. changed error handling

    only throw stack trace if debug=true, otherwise only exit with short status message
    NiiWiiCamo committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    bd7d5bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90a6212 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9107b3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2d5361 View commit details
    Browse the repository at this point in the history
  9. added some info

    NiiWiiCamo committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a9a72b5 View commit details
    Browse the repository at this point in the history
  10. added returnIp

    NiiWiiCamo committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f222dfa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c33e712 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    49c5372 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    7300eaf View commit details
    Browse the repository at this point in the history
  2. include create

    NiiWiiCamo committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    fba54fb View commit details
    Browse the repository at this point in the history
  3. include create

    NiiWiiCamo committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ec7b755 View commit details
    Browse the repository at this point in the history
  4. include create

    NiiWiiCamo committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ce6c143 View commit details
    Browse the repository at this point in the history
  5. update

    NiiWiiCamo committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    37d4079 View commit details
    Browse the repository at this point in the history
  6. cleanup previous tests

    NiiWiiCamo committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    312b0d9 View commit details
    Browse the repository at this point in the history
  7. cleanup previous tests

    NiiWiiCamo committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    f2bfa90 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fac7616 View commit details
    Browse the repository at this point in the history
  9. updated with example

    NiiWiiCamo committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    78ec4ee View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0de4252 View commit details
    Browse the repository at this point in the history
  11. updated examples

    NiiWiiCamo committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c1833df View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Merge pull request #1 from NiiWiiCamo/testing-multisite

    Multisite with domain restriction
    NiiWiiCamo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a1feba5 View commit details
    Browse the repository at this point in the history
  2. fixed shebang

    NiiWiiCamo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    1b8620e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0a76d7 View commit details
    Browse the repository at this point in the history
  4. v1.0

    NiiWiiCamo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9f46926 View commit details
    Browse the repository at this point in the history
  5. add restrictDomain

    NiiWiiCamo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f7b2ae6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46d9f8f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    d974e5a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from NiiWiiCamo/testing-apicreds

    added option to pass netcup creds via url
    NiiWiiCamo committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    662884d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdb3c4a View commit details
    Browse the repository at this point in the history
  4. typo

    NiiWiiCamo committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c681a76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    058a325 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. add docker functionality

    NiiWiiCamo committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    28f384e View commit details
    Browse the repository at this point in the history
  2. install dependencies

    NiiWiiCamo committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b6d7efa View commit details
    Browse the repository at this point in the history
  3. fix path

    NiiWiiCamo committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    51948c7 View commit details
    Browse the repository at this point in the history
  4. fix path

    NiiWiiCamo committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1d3bdc6 View commit details
    Browse the repository at this point in the history
  5. switch to libxml2-dev

    NiiWiiCamo committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3e81bc5 View commit details
    Browse the repository at this point in the history
  6. .

    NiiWiiCamo committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    a6f2928 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75cdfe3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    465c744 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fdc642 View commit details
    Browse the repository at this point in the history
  3. cleanup

    NiiWiiCamo committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9a71561 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. updated readme

    NiiWiiCamo committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    171aa7c View commit details
    Browse the repository at this point in the history
  2. typo

    NiiWiiCamo committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    25e4773 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from NiiWiiCamo/combined_dockerfile

    Combined dockerfile
    NiiWiiCamo committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8262928 View commit details
    Browse the repository at this point in the history
  4. Create docker-publish.yml

    initial test
    NiiWiiCamo committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    65fa5d0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from NiiWiiCamo/NiiWiiCamo-patch-1

    Create docker-publish.yml
    NiiWiiCamo committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    be112a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e90f67e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5 from NiiWiiCamo/combined_dockerfile

    added certbot compose and auth hook
    NiiWiiCamo committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    26e6de6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    b8227d9 View commit details
    Browse the repository at this point in the history
  2. typo

    NiiWiiCamo committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    56f879a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e0e71d View commit details
    Browse the repository at this point in the history
  4. added labels

    NiiWiiCamo committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    9f0632b View commit details
    Browse the repository at this point in the history