瀏覽代碼

Merge branch 'v1' of github.com:zauberzeug/nicegui into v1

Falko Schindler 2 年之前
父節點
當前提交
4467ed580b
共有 2 個文件被更改,包括 5 次插入3 次删除
  1. 2 2
      README.md
  2. 3 1
      main.py

+ 2 - 2
README.md

@@ -171,6 +171,6 @@ nicegui:
     - ./:/app/
     - ./:/app/
 ```
 ```
 
 
-While it is possible to provide SSL certificates directly using [FastAPI](https://fastapi.tiangolo.com/deployment/https/),
-we also like reverse proxies like [Traefik](https://doc.traefik.io/traefik/) or [NGINX](https://www.nginx.com/).
+You can provide SSL certificates directly using [FastAPI](https://fastapi.tiangolo.com/deployment/https/).
+In production we also like using reverse proxies like [Traefik](https://doc.traefik.io/traefik/) or [NGINX](https://www.nginx.com/) to handle these details for us.
 See our [docker-compose.yml](https://github.com/zauberzeug/nicegui/blob/main/docker-compose.yml) as an example.
 See our [docker-compose.yml](https://github.com/zauberzeug/nicegui/blob/main/docker-compose.yml) as an example.

+ 3 - 1
main.py

@@ -201,7 +201,9 @@ ui.run()
                 heading('Why?')
                 heading('Why?')
                 with ui.column().classes('gap-2 text-xl text-white bold-links arrow-links'):
                 with ui.column().classes('gap-2 text-xl text-white bold-links arrow-links'):
                     ui.markdown(
                     ui.markdown(
-                        'We like '
+                        'We at '
+                        '[Zauberzeug](https://zauberzeug.com) '
+                        'like '
                         '[Streamlit](https://streamlit.io/) '
                         '[Streamlit](https://streamlit.io/) '
                         'but find it does '
                         'but find it does '
                         '[too much magic](https://github.com/zauberzeug/nicegui/issues/1#issuecomment-847413651) '
                         '[too much magic](https://github.com/zauberzeug/nicegui/issues/1#issuecomment-847413651) '