Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
b36f3e7
feat: enhance Kubernetes documentation with detailed use cases and Is…
pushpinderbal Dec 31, 2025
4dd64c4
refactor: change framework (again) to astro starlight
steveiliop56 Feb 10, 2026
4c638e6
refactor: adapt index, getting started and access controls guides for v5
steveiliop56 Feb 10, 2026
e58adb1
chore: set node version in package json
steveiliop56 Feb 10, 2026
ec7db7a
fix: use preview command as start command for astro
steveiliop56 Feb 11, 2026
f083e13
feat: enable sitemap in astro
steveiliop56 Feb 11, 2026
087af8c
fix: allow all hosts in preview mode
steveiliop56 Feb 11, 2026
e59e42b
fix: configure astro preview in config
steveiliop56 Feb 11, 2026
94065f9
refactor: update oauth guides with new config options and screenshots
steveiliop56 Feb 12, 2026
399b662
refactor: adapt ldap guide for v5
steveiliop56 Feb 16, 2026
471dd96
refactor: adapt runtipi guide for v5
steveiliop56 Feb 16, 2026
46b8976
refactor: adapt binary, totp and npm guides for v5
steveiliop56 Feb 16, 2026
5fe53de
refactor: adapt configuration for v5
steveiliop56 Feb 16, 2026
d081522
refactor: update configuration reference using the generated out
steveiliop56 Feb 17, 2026
69412dc
refactor: adapt reference for v5
steveiliop56 Feb 24, 2026
896e6ef
refactor: adapt community guides for v5
steveiliop56 Feb 24, 2026
2907178
feat: v5 migration guide
steveiliop56 Feb 24, 2026
03518ec
feat: add v5 migration guide
steveiliop56 Feb 24, 2026
4c7441e
chore: review feedback
steveiliop56 Feb 24, 2026
5477dc1
refactor: css touch ups
steveiliop56 Feb 25, 2026
d60a18a
chore: merge main
steveiliop56 Feb 25, 2026
c0f6be8
fix: add margin to banner on home page
steveiliop56 Feb 25, 2026
04bb720
refactor: update favicon and screenshot
steveiliop56 Feb 25, 2026
1bf30a1
feat: oidc guide
steveiliop56 Feb 26, 2026
1a26187
chore: review feedback for oidc guide
steveiliop56 Feb 26, 2026
b4a6491
refactor: use tabs for binary and docker commands
steveiliop56 Feb 26, 2026
0cddf62
chore: rabbit review comments
steveiliop56 Feb 27, 2026
ff70bc6
chore: more review comments
steveiliop56 Feb 28, 2026
d27677f
refactor: reorganize guide and reference order
steveiliop56 Feb 28, 2026
c2597f8
refactor: update contributing guide
steveiliop56 Feb 28, 2026
9e4cfcf
chore: add umami
steveiliop56 Feb 28, 2026
778af25
refactor: only bind globally on preview
steveiliop56 Feb 28, 2026
cda3ff3
chore: update authorize screenshot
steveiliop56 Mar 1, 2026
7c173fe
chore: update screenshot
steveiliop56 Mar 1, 2026
8eaf55f
refactor: categorize leftover options and flip disabled to enabled
steveiliop56 Mar 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 0 additions & 57 deletions .github/workflows/deploy.yml

This file was deleted.

31 changes: 16 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# Dependencies
/node_modules
# build output
dist/
# generated types
.astro/

# Production
/build

# Generated files
.react-router
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
# dependencies
node_modules/

# logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*


# environment variables
.env
.env.production
Comment thread
steveiliop56 marked this conversation as resolved.

# macOS-specific files
.DS_Store
5 changes: 0 additions & 5 deletions .prettierignore

This file was deleted.

1 change: 0 additions & 1 deletion .prettierrc

This file was deleted.

13 changes: 0 additions & 13 deletions .vscode/settings.json

This file was deleted.

3 changes: 0 additions & 3 deletions app/app.css

This file was deleted.

11 changes: 0 additions & 11 deletions app/cli.json

This file was deleted.

24 changes: 0 additions & 24 deletions app/components/card.tsx

This file was deleted.

125 changes: 0 additions & 125 deletions app/components/countup.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions app/components/discord.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions app/components/github.tsx

This file was deleted.

68 changes: 0 additions & 68 deletions app/components/language-toggle.tsx

This file was deleted.

Loading