Mercurial > libervia-web
annotate .hgignore @ 1360:389a83eefe62
server: SàT applications integration:
- a SàT Application can be added to the menu (if necessary values are exposed), by using
the `sat-app:[application_name]` in `menu_json` or `menu_extra_json`. The application
will then be started with Libervia, and embedded, i.e. Libervia menu will appear and
application will be integrated under it.
- the same `sat-app:[application_name]` thing can be used in redirection, in this case the
redirection will reverse proxy directly the application, without embedding it (no
Libervia menu will appear)
- the ReverseProxy will replace headers if necessary to allow embedding in a iframe from
the same domain
- new `embed_app` page to embed a SàT Application
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 28 Sep 2020 21:12:21 +0200 |
parents | a5019e62c3e9 |
children | a44f77559279 |
rev | line source |
---|---|
0 | 1 syntax: glob |
2 *.pyc | |
3 *.pyv | |
4 *.swp | |
5 *.swo | |
6 *.js | |
7 tags | |
8 twistd.log | |
9 twistd.pid | |
10 sat.egg-info | |
11 *.un~ | |
12 dist | |
13 MANIFEST | |
14 *.sh | |
5
c8d3821efc36
added build/ and Session.vim to .hgignore
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
15 build/ |
c8d3821efc36
added build/ and Session.vim to .hgignore
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
16 Session.vim |
180 | 17 ctags_links/ |
589
a5019e62c3e9
browser side: big refactoring to base Libervia on QuickFrontend, first draft:
Goffi <goffi@goffi.org>
parents:
180
diff
changeset
|
18 html/ |