Commit Graph

505 Commits (6af52933155c913d236f5be7bc1c5d4eccf05887)

Author SHA1 Message Date
Scruel Tao 6af5293315 doc: adjust 12 months ago
Scruel Tao ff090d2f74 fix lint 12 months ago
Scruel Tao 68e3a12a91 feat: improve robustness of the usage of DSM tool `synogroup` 12 months ago
Scruel Tao 50eda6b678 fix: lint 12 months ago
Scruel Tao 192ec598a3 feat: add `SYNO_LOCAL_HOSTNAME` to prevent remote deploy via temp admin method 12 months ago
Scruel Tao 5b449999a5 refactor: unify variable naming convention again (revert some changes) 12 months ago
Scruel Tao afed62f6de fix: should save `SYNO_UseTempAdmin` only after login success. 12 months ago
Scruel Tao 59d1e16f9c feat: bypass enforce temp admin 2FA 12 months ago
Scruel Tao dbe0d477d6 feat: more user-friendly logic & error messages. 12 months ago
Scruel Tao 7248560169 feat: support DSM 6.x 12 months ago
Scruel Tao f840f7d75b refactor: unify variable naming convention 12 months ago
Scruel Tao cf3839ecec
doc(deploy): update usage doc 12 months ago
neil aa8cf76fb1
Merge pull request #4706 from scruel/syno-patch
Add SYNO_USE_TEMP_ADMIN variable & Fix broken logic
1 year ago
neil 2e58cf1168
Merge pull request #4940 from dario-pilori/fix-routeros-7
Fix RouterOS deploy hook for 7
1 year ago
Dario Pilori 3ca97d7258
Remove whitespace in script name in routeros.sh deploy hook 1 year ago
LordDarkneo 6992659ba9
Update synology_dsm.sh 1 year ago
LordDarkneo 05696d443a
Update synology_dsm.sh
#2727 issue when logging out on older version - using variables to unlog only for CERT user
1 year ago
LordDarkneo f59a925897
Update synology_dsm.sh
Issue for lougout
1 year ago
neil 884a8995b4
Merge pull request #4853 from Max13/deploy/proxmoxve
Fix typo in proxmoxve deploy hook
1 year ago
Adnan RIHAN 00dbc3881f
Fixed variables 1 year ago
podguzovvasily 8ca5ca6594
Update haproxy.sh
resolved issue with HAProxy https://github.com/acmesh-official/acme.sh/issues/4788
according https://serversforhackers.com/c/letsencrypt-with-haproxy
1 year ago
Romeo Dumitrescu 87a7bde618 fix: Synology DSM API path regex
Fix the regex for looking up the API path value from the Synology API query.
1 year ago
Scruel Tao 29b2960805
Optimze comment & remove tail space 1 year ago
Scruel Tao f7f3a0bf0d
Merge branch 'dev' into syno-patch 1 year ago
Martin Arndt b793dbf977
Fix device ID property name for DSM 6 2 years ago
Martin Arndt d52b38777a
Fix Auth API access for DSM 6 2 years ago
Scruel Tao ba468bb5e4
Fix for shfmt check 2 years ago
Scruel Tao cf86d57a9f
Fix for shfmt check 2 years ago
Scruel Tao 9e958f4e32
Fix shellcheck 2 years ago
Scruel Tao c7f6f20c9d
Add SYNO_USE_TEMP_ADMIN variable & Fix broken logic
1. Fix the broken logic in (Sorry for including fix commit in same PR, I'm feeling quite tired and would like to go to sleep right away...)
2. Provides new method to obtain credential info for authentication, it will create a temp admin user if SYNO_USE_TEMP_ADMIN is set, instead of requiring the user's own credentials which will be saved in disk.

I do really don't like to have plaintext credentials be saved in disk, and I noticed that you've spent a lot of time fighting with 2FA related stuffs, so why not just get rid of the whole old way. :)
2 years ago
sg1888 1984f44ffe Shell formatting 2 years ago
sg1888 02de281e40 Removed unused variable 2 years ago
sg1888 ae035deb92 Fixed shell check errors 2 years ago
sg1888 edd1b60c3d Removed ability to specify API key to facilitate future multiple host functionality. 2 years ago
sg1888 62a2ce1d35 Merge remote-tracking branch 'upstream/dev' into panos-ecc-fix 2 years ago
sg1888 b556908cab Modified ECC file test 2 years ago
sg1888 e69a19db5c Incorporated partial commit to address issue #4198 2 years ago
sg1888 d86414febb Excluded scopes for api key test 2 years ago
sg1888 832318fab1 Merge remote-tracking branch 'upstream/master' into panos-ecc-fix 2 years ago
Martin Arndt 0d7b831661
Fix variable initialization 2 years ago
Martin Arndt 0c9e4f67a8
Update synology_dsm.sh
Split "[ && ]" into "[ ] && [ ]" to make ShellCheck happy
2 years ago
Martin Arndt db3f131dfc
Re-add deprecated SYNO_TOTP_SECRET part for legacy compatibility
As requested in acmesh-official/acme.sh/pull/4646 by Neil Pang
2 years ago
Martin Arndt d7f58c64f8
Merge branch 'acmesh-official:master' into patch-1 2 years ago
Martin Arndt 0548ad2fc6
Fix debug output of session ID 2 years ago
Martin Arndt 623d615cd7
Remove external OTP dependency from synology_dsm.sh
Also adapt to DSM 7's API improvements.
2 years ago
sg1888 126df9647b Modified keytest to perform a partial empty commit 2 years ago
sg1888 2e2e7cd054 Added ability to force commit to firewall. Username is now also mandatory 2 years ago
sg1888 0ebc9f7a44 Fixed typo 2 years ago
sg1888 a8fba65cbd Cleaned up verbiage. Added ability to store / update user variable. Added ability to use user/pass OR key 2 years ago
sg1888 7623025b90 Fixes for POSIX sh shell 2 years ago