AJ ONeal
23100394ac
ref(installerconf): rename config keys and add full URL support
...
Renames:
- github_repo → github_releases (back-compat kept)
- github_source → github_sources (back-compat kept)
- gitea_repo → gitea_releases (back-compat kept)
New keys:
- gitea_sources, gitlab_releases, gitlab_sources
All keys now accept either owner/repo shorthand or full URLs:
- github_releases = sharkdp/bat
- github_releases = https://github.com/sharkdp/bat
- gitea_releases = https://git.rootprojects.org/root/pathman
Defaults: github → github.com, gitlab → gitlab.com.
Gitea has no default (self-hosted only).
Updated all 73 releases.conf files from github_repo to github_releases.
2026-03-11 11:51:43 -06:00
AJ ONeal
0861ebc8b8
ref(releases.conf): collapse source/owner/repo into single keys
...
Source type is now inferred from the primary key:
github_repo = owner/repo (was source=github + owner + repo)
git_url = https://... (was source=gittag + url)
gitea_repo = owner/repo (was source=gitea + owner + repo)
hashicorp_product = name (was source=hashicorp + product)
One-off dist sources (nodedist, zigdist, etc.) keep the explicit
source= key since they're already one-liners.
Parser still accepts the old format via the default fallback branch.
2026-03-11 01:05:08 -06:00
AJ ONeal
2c3b21a5ae
add releases.conf for all GitHub and nodedist packages
...
Declarative key=value config files that specify the release source
(github or nodedist), owner/repo, and optional tag_prefix for
monorepo packages. These replace the per-package releases.js logic
for the Go rewrite.
2026-03-09 22:27:02 -06:00
AJ ONeal
8f9b9da4a3
chore: npm run fmt
2026-03-08 19:38:49 -06:00
AJ ONeal
976602236b
chore: npm run fmt
2024-12-18 22:08:20 +00:00
AJ ONeal
40316a866c
doc(serviceman): update docs across installers
2024-12-16 00:59:46 +00:00
AJ ONeal
e2ad197067
doc(serviceman): --agent instead of --user
2024-12-16 00:59:46 +00:00
AJ ONeal
d6fc5cec97
doc: remove excess whitespace for (id -u -n)
2024-12-15 06:07:43 +00:00
AJ ONeal
2010c62226
ref(githubish): automated removal of unused request
2024-10-14 09:03:22 +00:00
AJ ONeal
b843c689a0
ref(releases): filter out various one-offs and non-builds
2023-11-14 12:10:04 -07:00
AJ ONeal
026d849fa7
doc(caddy): use Windows' $HOME for firewall rule example
2023-11-11 09:48:15 -07:00
AJ ONeal
d592d338df
chore(windows): remove .bat cruft
2023-10-25 11:48:09 -06:00
AJ ONeal
4b8f62a1b8
doc(caddy): add conditional logic example
2023-10-22 21:31:31 -06:00
AJ ONeal
4ddf971a24
doc(caddy): correct and expand CORS examples
2023-10-22 21:30:19 -06:00
AJ ONeal
5d1e975b5e
doc(caddy): remove mistaken nesting / indentation
2023-10-22 15:00:41 -06:00
AJ ONeal
47e675b92f
doc(caddy): alias Snippets as Macros for easier search
2023-10-22 15:00:41 -06:00
AJ ONeal
5acb130bc2
doc!(caddy): complete cheat sheet rewrite + extras
2023-10-20 17:23:26 -06:00
AJ ONeal
3d51b8373a
chore(pwsh): lint+fix
2023-10-18 02:10:55 -06:00
AJ ONeal
f98086b38e
chore(pwsh): fmt
2023-10-18 02:10:55 -06:00
AJ ONeal
17f4b99f23
doc: minor updates to various Files sections
2023-10-17 17:23:07 +00:00
RubenRam
799d3883fd
doc(caddy): update Files section
2023-10-17 17:18:43 +00:00
AJ ONeal
2f33f44c38
docs(caddy): update examples, simplify config
2022-10-20 19:46:13 +00:00
AJ ONeal
8cda6ee36d
chore(fmt): npm run fmt
2022-08-24 06:34:28 +00:00
AJ ONeal
d2fdc7b41a
refactor!(posix): use posix shebang #!/bin/sh ( fix #494 )
2022-08-21 07:10:33 +00:00
brij
fdeefd7e75
refactor(posix): remove function prefixes from all shell files
2022-08-18 15:10:58 +00:00
MoNakouzi
82af8b46a4
docs: replace ``bash with ``sh in all .md files
2022-08-15 20:45:43 +00:00
Marcin Woźniak
4c539f3bd2
chore(sh): remove more unnecessary 'echo' from all scripts ( fix #466 )
2022-08-15 20:33:32 +00:00
AJ ONeal
265db05dee
doc(caddy): add reverse_proxy + redirect
2022-06-09 17:54:16 -06:00
Kid
404d573f3d
Drop unnecessary mentions of Windows version
2022-06-06 16:13:40 +00:00
AJ ONeal
1c757ef9b1
docs(ps1): remove dead comment about missing WEBI_UA
2021-12-05 05:01:41 +00:00
Marcin Woźniak
ca7a838c6f
chore(style): convert blocks into functions (see #325 )
2021-11-21 10:50:03 +00:00
AJ ONeal
894562bc0c
refactor!: namespace downloads to ~/Downloads/webi on Windows
2021-11-15 11:28:53 +00:00
AJ ONeal
b944f3cb25
bugfix(Windows): make sure ~/Downloads exists
2021-11-15 11:28:53 +00:00
AJ ONeal
20dea82a28
docs: update 'Updating' sections with new format
2021-08-15 05:57:26 +00:00
AJ ONeal
3f64f8b9c5
cleanup: */install.ps1 add out-null to all New-Item calls
2021-04-26 07:10:08 +00:00
AJ ONeal
46445e9382
cleanup: shfmt, shellcheck, and whitespace
2021-04-26 07:03:47 +00:00
ishanpan
dbeef945f5
cleanup ps1
2021-04-26 04:52:11 +00:00
AJ ONeal
d356fd386b
minor cleanup
2021-03-03 08:00:53 +00:00
AJ ONeal
20a278f2d6
comments and cleanup
2020-10-20 20:46:23 -06:00
AJ ONeal
d42347ba5f
typo fix missing serviceman add
2020-10-10 08:07:24 +00:00
AJ ONeal
2143115628
update caddy cheat sheet
2020-10-08 19:57:11 +00:00
Ryan Burnette
5008165a00
update caddy readme
2020-09-17 17:36:27 +00:00
AJ ONeal
faf542c439
test and fix caddy on Windows
2020-09-12 04:09:50 +00:00
NorbertLuszkiewicz
fda42295ce
Add caddy for Windows 10
2020-09-12 03:38:39 +00:00
AJ ONeal
d61215ff5a
add log directive to simple example
2020-07-14 02:53:05 +00:00
AJ ONeal
c77b2afba8
add webi dat dat dat
2020-07-09 11:46:17 +00:00
AJ ONeal
1ddaa43a7d
package.yash => README.md
2020-06-18 08:43:08 +00:00
AJ ONeal
df64451d4c
webi/template.bash => _webi/template.sh
2020-06-17 20:33:07 -06:00
AJ ONeal
eeaa8db394
update (almost) all taglines and descs
2020-06-17 00:10:00 +00:00
AJ ONeal
6ba463d284
update comments
2020-06-16 11:12:08 +00:00