Skip to content

Commit d9d135b

Browse files
committed
refactor: remove tailscale guide
1 parent c036571 commit d9d135b

9 files changed

Lines changed: 10 additions & 56 deletions

File tree

.vitepress/config.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export default withMermaid(
3636
items: [
3737
{ text: "Github OAuth", link: "/docs/guides/github-oauth" },
3838
{ text: "Google OAuth", link: "/docs/guides/google-oauth" },
39-
{ text: "Tailscale OAuth", link: "/docs/guides/tailscale-oauth" },
4039
{ text: "Github App OAuth", link: "/docs/guides/github-app-oauth" },
4140
{ text: "Access controls", link: "/docs/guides/access-controls" },
4241
{

docs/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Below you can find all release notes from all Tinyauth versions.
44

5+
## v3.2.1
6+
7+
### Fixes
8+
9+
- Ignore whitespaces and new lines in the secret files
10+
- Remove Tailscale OAuth provider for security reasons
11+
512
## v3.2.0
613

714
### New features

docs/guides/runtipi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Runtipi is a very popular open source personal homeserver helper that enables yo
66

77
You firstly need to create your users, this can be done with either [IT-Tools](https://it-tools.tech/bcrypt) or the tinyauth [CLI](https://tinyauth.app/docs/reference/cli). Make sure to escape the password hashes by doubling the dollar signs ($$) else tinyauth will fail to parse the users.
88

9-
The runtipi app also includes inputs for Github, Google and Tailscale so if you would like to use OAuth you can follow the OAuth guides and note down your client IDs and secrets.
9+
The runtipi app also includes inputs for Github and Google so if you would like to use OAuth you can follow the OAuth guides and note down your client IDs and secrets.
1010

1111
## Change the forward auth middleware
1212

docs/guides/tailscale-oauth.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/reference/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Example response:
172172

173173
Endpoint that generates an authentication URL for the specified provider.
174174

175-
Endpoint: `/api/oauth/url/:provider` (can be `github`/`google`/`tailscale`/`generic`)<br />
175+
Endpoint: `/api/oauth/url/:provider` (can be `github`/`google`/`generic`)<br />
176176
Method: `GET`<br />
177177
Query Parameters: `redirect_uri`
178178

@@ -190,7 +190,7 @@ Example response:
190190

191191
Endpoint used to retrieve, validate and login a user with OAuth.
192192

193-
Endpoint: `/api/oauth/callback/:provider` (can be `github`/`google`/`tailscale`/`generic`)<br />
193+
Endpoint: `/api/oauth/callback/:provider` (can be `github`/`google`/`generic`)<br />
194194
Method: `GET`<br />
195195
Query Parameters: `code`
196196

docs/reference/configuration.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ Every configuration option that has a `FILE` equivalent (e.g. `USERS` and `USERS
4242
| `GOOGLE_CLIENT_SECRET`/`--google-client-secret` | The Google client secret. | - | no |
4343
| `GOOGLE_CLIENT_SECRET_FILE`/`--google-client-secret-file` | A file containing the Google client secret. | - | no |
4444

45-
## Tailscale OAuth
46-
47-
| Name | Description | Default | Required |
48-
| --------------------------------------------------------------- | ---------------------------------------------- | ------- | -------- |
49-
| `TAILSCALE_CLIENT_ID`/`--tailscale-client-id` | The Tailscale client ID. | - | no |
50-
| `TAILSCALE_CLIENT_SECRET`/`--tailscale-client-secret` | The Tailscale client secret. | - | no |
51-
| `TAILSCALE_CLIENT_SECRET_FILE`/`--tailscale-client-secret-file` | A file containing the Tailscale client secret. | - | no |
52-
5345
## Generic OAuth
5446

5547
| Name | Description | Default | Required |

public/screenshots/login.png

2.27 KB
Loading

public/screenshots/logout.png

3.02 KB
Loading
-157 KB
Binary file not shown.

0 commit comments

Comments
 (0)