Update README.md
This commit is contained in:
parent
5dd1fe9759
commit
f30e9e0091
1 changed files with 17 additions and 8 deletions
25
README.md
25
README.md
|
@ -23,12 +23,14 @@ Stack: Elixir + Phoenix + PostgreSQL
|
||||||
- [ ] Direct messages tab
|
- [ ] Direct messages tab
|
||||||
- [ ] Multiple accounts
|
- [ ] Multiple accounts
|
||||||
|
|
||||||
### Configuration
|
### Server configuration
|
||||||
|
|
||||||
* Post preview
|
* Post preview
|
||||||
* Character limit per post
|
* Character limit per post
|
||||||
* Disk space limit per user
|
* Disk space limit per user
|
||||||
* Enable/Disable custom emoji for whole instance
|
* Enable/Disable custom emoji for whole instance
|
||||||
|
* Limit on posts (count/time)
|
||||||
|
* Limit on storage
|
||||||
|
|
||||||
### User settings
|
### User settings
|
||||||
|
|
||||||
|
@ -54,13 +56,20 @@ Stack: Elixir + Phoenix + PostgreSQL
|
||||||
* Change password
|
* Change password
|
||||||
* Token
|
* Token
|
||||||
* Enable/Disable email login notifications
|
* Enable/Disable email login notifications
|
||||||
* Enable/Disable IP address log
|
* Sessions
|
||||||
|
|
||||||
| IP | Datetime |
|
| IP | Datetime | Action |
|
||||||
| ----------------|---------------------|
|
| ----------------|---------------------|--------|
|
||||||
| 127.0.0.1 | 2025-01-01 00:00:00 |
|
| 127.0.0.1 | 2025-01-01 00:00:00 | revoke |
|
||||||
| 127.127.127.127 | 2025-02-02 00:00:00 |
|
| 127.127.127.127 | 2025-02-02 00:00:00 | revoke |
|
||||||
|
|
||||||
* Clear IP address log
|
|
||||||
|
|
||||||
#### Filters
|
#### Filters
|
||||||
|
|
||||||
|
* Placeholder with rules
|
||||||
|
|
||||||
|
```
|
||||||
|
filter keyword #tag @user@example.com example.com
|
||||||
|
```
|
||||||
|
|
||||||
|
* Show replies of all followed users
|
||||||
|
* Show replies of this followed users
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue