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

sync #5206

Merged
merged 39 commits into from
Jul 14, 2024
Merged

sync #5206

merged 39 commits into from
Jul 14, 2024

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    112257c View commit details
    Browse the repository at this point in the history
  2. change shebang to sh

    jeromecst committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    a3612f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Quote echo $data in _porkbun_rest

    Quote echo $data in _porkbun_rest to avoid
    brace expansion under ksh (OpenBSD).
    j-c-m committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    92d37f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. update _get_root check

    phedoreanu committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5e64781 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    3ae4ba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f35e152 View commit details
    Browse the repository at this point in the history
  3. fix syntax error

    zak905 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ff357dd View commit details
    Browse the repository at this point in the history
  4. fix zone search

    zak905 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    dc29799 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96c35b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ffde1f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    30d0945 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d852549 View commit details
    Browse the repository at this point in the history
  9. add some debug statements

    zak905 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b7b1714 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c64aae6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0974c74 View commit details
    Browse the repository at this point in the history
  12. fix shell linter and formating

    zak905 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    adc8031 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    52d1d42 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

  1. fix ca names

    neil committed May 4, 2024
    Configuration menu
    Copy the full SHA
    bd48c99 View commit details
    Browse the repository at this point in the history
  2. feat: Support manually defining extended key usage in CSR

    - New CLI param: --extended-key-usage <string>
    - When --extended-key-usage is defined:
      1. Set [v3_req]extendedKeyUsage to the provided value.
      2. Store the value in domain conf Le_ExtKeyUse for reuse.
    mdmower committed May 4, 2024
    Configuration menu
    Copy the full SHA
    957bbab View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    373c2b3 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    f440656 View commit details
    Browse the repository at this point in the history
  2. fix add and rm method names

    zak905 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2797d2c View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. DNS provider API: structured description

    Instead of using comments declare info in a special variable.
    Then the variable can be used to print the DNS API provider usage.
    The usage can be parsed on UI and show all needed inputs for options.
    
    The info is stored in plain string that it's both human-readable and easy to parse:
    
        dns_example_info='API name
         An extended description.
         Multiline.
        Domains: list of alternative domains to find
        Site: the dns provider website e.g. example.com
        Docs: Link to ACME.sh wiki for the provider
        Options:
         VARIABLE1 Title for the option1.
         VARIABLE2 Title for the option2. Default "default value".
         VARIABLE3 Title for the option3. Description to show on UI. Optional.
        Issues: Link to a support ticket on https://github.com/acmesh-official/acme.sh
        Author: First Lastname <[email protected]>, Another Author <https://github.com/example>;
        '
    
    Here:
    VARIABLE1 will be required.
    VARIABLE2 will be required too but will be populated with a "default value".
    VARIABLE3 is optional and can be empty.
    
    A DNS provider may have alternative options like CloudFlare may use API KEY or API Token.
    You can use a second section OptionsAlt: section.
    
    Some providers may have alternative names or domains e.g. Aliyun and AlibabaCloud.
    Add them to Domains: section.
    
    Signed-off-by: Sergey Ponomarev <[email protected]>
    stokito committed May 18, 2024
    Configuration menu
    Copy the full SHA
    6b7b5ca View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

  1. Merge pull request #4929 from jeromecst/master

    Add notification support for ntfy.sh
    Neilpang authored May 19, 2024
    Configuration menu
    Copy the full SHA
    304cb56 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4738 from stokito/dns_api_info

    Structured DNS provider API info
    Neilpang authored May 19, 2024
    Configuration menu
    Copy the full SHA
    f7e09af View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Merge pull request #5057 from phedoreanu/dev

    dns_1984.hosting - update _get_root check
    Neilpang authored May 28, 2024
    Configuration menu
    Copy the full SHA
    a8f252e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

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

Commits on Jun 10, 2024

  1. fix forgotten parenthensis

    zak905 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    74ffbb2 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Merge pull request #5041 from j-c-m/ksh_openbsd_porkbun_fix

    Quote echo $data in _porkbun_rest (dns_porkbun)
    Neilpang authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    58cad98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5110 from ionos-cloud/add_ionos_cloud_script

    Feature: DNS API for IONOS cloud
    Neilpang authored Jun 15, 2024
    Configuration menu
    Copy the full SHA
    f7f8ea9 View commit details
    Browse the repository at this point in the history
  3. improve compatibility with FreeBSD

    it is related to this bug report: opnsense/plugins#3525
    
    FreeBSD's sed doesn't have the -z option, so empty certificates are delivered to vault when running the script on FreeBSD.
    Marek Wester committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    e0c63d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge pull request #5159 from themarek/dev

    improve compatibility with FreeBSD
    Neilpang authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    9a0e15c View commit details
    Browse the repository at this point in the history
  2. add PROJECT_API for

    neil committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    fe4113d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge pull request #5133 from mdmower/ext-key-usage

    feat: Support manually defining extended key usage in CSR
    Neilpang authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0d93145 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. remove centos

    neil committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    65868ab View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Improve grammar

    vladh committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9bdfd8f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Merge pull request #4896 from vladh/master

    Improve grammar
    Neilpang authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    60f7750 View commit details
    Browse the repository at this point in the history
  2. add timeout for _getRepoHash

    neil committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    d81fc15 View commit details
    Browse the repository at this point in the history