mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-07 21:46:42 +00:00
update config files
This commit is contained in:
@@ -25,8 +25,6 @@ branding:
|
||||
light_path: "/branding/logo-light.svg"
|
||||
dark_path: "/branding/logo-dark.svg"
|
||||
|
||||
favicon_path: "/branding/favicon.ico"
|
||||
|
||||
colors:
|
||||
light:
|
||||
primary: "hsl(212, 65%, 35%)"
|
||||
@@ -73,6 +71,16 @@ All branding configuration options are optional. Only specify the sections you w
|
||||
**Example**: `"MyApp"`
|
||||
</ResponseField>
|
||||
|
||||
### Favicon
|
||||
|
||||
To customize the favicon, mount your favicon to `/app/public/favicon.ico` in the container.
|
||||
|
||||
```yaml title="docker-compose.yml"
|
||||
volumes:
|
||||
- ./config:/app/config
|
||||
- ./branding/favicon.ico:/app/public/favicon.ico
|
||||
```
|
||||
|
||||
### Background Image
|
||||
|
||||
<ResponseField name="background_image_path" type="string">
|
||||
@@ -168,18 +176,6 @@ All branding configuration options are optional. Only specify the sections you w
|
||||
</Expandable>
|
||||
</ResponseField>
|
||||
|
||||
### Favicon
|
||||
|
||||
<ResponseField name="favicon_path" type="string">
|
||||
Path to a custom favicon.
|
||||
|
||||
**Example**: `"/branding/favicon.ico"`
|
||||
|
||||
<Note>
|
||||
Requires mounting a volume to `/app/public`.
|
||||
</Note>
|
||||
</ResponseField>
|
||||
|
||||
### Footer
|
||||
|
||||
<ResponseField name="footer" type="array of objects">
|
||||
@@ -209,12 +205,6 @@ All branding configuration options are optional. Only specify the sections you w
|
||||
Custom text for the login page.
|
||||
|
||||
<Expandable title="Login Page">
|
||||
<ResponseField name="title_text" type="string">
|
||||
The main title text displayed on the login page.
|
||||
|
||||
**Example**: `"Welcome Back!"`
|
||||
</ResponseField>
|
||||
|
||||
<ResponseField name="subtitle_text" type="string">
|
||||
The subtitle text displayed below the title.
|
||||
|
||||
@@ -229,12 +219,6 @@ All branding configuration options are optional. Only specify the sections you w
|
||||
Custom text for the signup page.
|
||||
|
||||
<Expandable title="Signup Page">
|
||||
<ResponseField name="title_text" type="string">
|
||||
The main title text displayed on the signup page.
|
||||
|
||||
**Example**: `"Create Your Account"`
|
||||
</ResponseField>
|
||||
|
||||
<ResponseField name="subtitle_text" type="string">
|
||||
The subtitle text displayed below the title.
|
||||
|
||||
|
||||
@@ -714,16 +714,6 @@ This section contains the complete reference for all configuration options in `c
|
||||
When enabled, only domains created through the UI are allowed.
|
||||
</Note>
|
||||
</ResponseField>
|
||||
|
||||
<ResponseField name="enable_clients" type="boolean">
|
||||
Whether to enable client functionality.
|
||||
|
||||
**Default**: `true`
|
||||
|
||||
<Note>
|
||||
Controls access to client-related features and endpoints.
|
||||
</Note>
|
||||
</ResponseField>
|
||||
</Expandable>
|
||||
</ResponseField>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user