[PR #436] [CLOSED] add disable-auth for serve command to avoid login, useful when serve shiori behind SSO (like authelia) #597

Closed
opened 2026-02-25 23:34:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-shiori/shiori/pull/436
Author: @chain710
Created: 6/17/2022
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 5633389 add disable-auth args for serve command

📊 Changes

7 files changed (+25 additions, -10 deletions)

View changed files

📝 internal/cmd/serve.go (+3 -0)
📝 internal/view/index.html (+2 -2)
📝 internal/webserver/assets-prod.go (+1 -2)
📝 internal/webserver/handler-api.go (+1 -1)
📝 internal/webserver/handler-ui.go (+7 -1)
📝 internal/webserver/handler.go (+5 -1)
📝 internal/webserver/server.go (+6 -3)

📄 Description

  • use disable-auth to avoid login, useful when serve shiori behind SSO (like authelia)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-shiori/shiori/pull/436 **Author:** [@chain710](https://github.com/chain710) **Created:** 6/17/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5633389`](https://github.com/go-shiori/shiori/commit/5633389df0520914538e1e5e8e643257468dff13) add disable-auth args for serve command ### 📊 Changes **7 files changed** (+25 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `internal/cmd/serve.go` (+3 -0) 📝 `internal/view/index.html` (+2 -2) 📝 `internal/webserver/assets-prod.go` (+1 -2) 📝 `internal/webserver/handler-api.go` (+1 -1) 📝 `internal/webserver/handler-ui.go` (+7 -1) 📝 `internal/webserver/handler.go` (+5 -1) 📝 `internal/webserver/server.go` (+6 -3) </details> ### 📄 Description - use disable-auth to avoid login, useful when serve shiori behind SSO (like authelia) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:34:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#597
No description provided.