mirror of
https://github.com/danbulant/notes
synced 2026-05-19 04:18:49 +00:00
vault backup: 2022-07-18 12:31:51
This commit is contained in:
parent
93b2248f3f
commit
f8471480f1
6 changed files with 39 additions and 3 deletions
2
notes/.obsidian/appearance.json
vendored
2
notes/.obsidian/appearance.json
vendored
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"baseFontSize": 17,
|
||||
"baseFontSize": 21,
|
||||
"theme": "obsidian",
|
||||
"cssTheme": "Atom",
|
||||
"translucency": false
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
"checkpointList": [
|
||||
{
|
||||
"path": "/",
|
||||
"date": "2022-07-14",
|
||||
"size": 886563
|
||||
"date": "2022-07-18",
|
||||
"size": 888079
|
||||
}
|
||||
],
|
||||
"activityHistory": [
|
||||
|
|
@ -755,6 +755,10 @@
|
|||
{
|
||||
"date": "2022-07-14",
|
||||
"value": 5721
|
||||
},
|
||||
{
|
||||
"date": "2022-07-18",
|
||||
"value": 1642
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
4
notes/projects/conos/Login system.md
Normal file
4
notes/projects/conos/Login system.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Login system
|
||||
Federation via [OpenID Connect](https://openid.net/connect/) and webfinger [WebFinger](https://webfinger.net).
|
||||
|
||||
Adds new `rel` to webfinger links - `http://conos.danbulant.eu/rel/instance` with `href` to the base URL of the conos instance.
|
||||
18
notes/projects/conos/Terminology.md
Normal file
18
notes/projects/conos/Terminology.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Terminology
|
||||
## Instance
|
||||
A server instance, running conos.
|
||||
## Client
|
||||
Any client of conos, usually an end-user device, directly operated by the user.
|
||||
5 types of clients are planned (mostly in order of preference of implementation):
|
||||
- web - easiest transition; doesn't support any local services
|
||||
- desktop app - supports most local services, but not native apps
|
||||
- mobile app - better interactivity over web, not much else
|
||||
- desktop OS - based on linux, supports all local services and native apps (depending on device architecture)
|
||||
- mobile OS - based on linux, supports limited local services and some native apps; more control over interactivity
|
||||
|
||||
## Services
|
||||
"Backend" implementations.
|
||||
3 types of services:
|
||||
- instance services - run on the server
|
||||
- dynamic services - run on the server when the client doesn't support running the service, but dynamically switches to local service mode
|
||||
- local service - run on the client, don't work on unsupported clients
|
||||
9
notes/projects/conos/conos.md
Normal file
9
notes/projects/conos/conos.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# conos
|
||||
```ccard
|
||||
type: folder_brief_live
|
||||
imagePrefix: 'data/'
|
||||
```
|
||||
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
|
||||
- [[projects/conos/Login system|Login system]]
|
||||
- [[projects/conos/Terminology|Terminology]]
|
||||
%% Zoottelkeeper: End of the autogenerated index file list %%
|
||||
|
|
@ -5,4 +5,5 @@ imagePrefix: 'data/'
|
|||
```
|
||||
%% Zoottelkeeper: Beginning of the autogenerated index file list %%
|
||||
- [[projects/arcade/arcade|arcade]]
|
||||
- [[projects/conos/conos|conos]]
|
||||
%% Zoottelkeeper: End of the autogenerated index file list %%
|
||||
|
|
|
|||
Loading…
Reference in a new issue