modified: .gitea/workflows/deploy.yml
modified: README.md
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
name: deploy
|
# name: deploy
|
||||||
on: [push]
|
# on: [push]
|
||||||
|
|
||||||
jobs:
|
# jobs:
|
||||||
deploy:
|
# deploy:
|
||||||
runs-on: "homesrv01"
|
# runs-on: "homesrv01"
|
||||||
steps:
|
# steps:
|
||||||
- name: Portainer webhook
|
# - name: Portainer webhook
|
||||||
run: |
|
# run: |
|
||||||
curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"
|
# curl -X POST "${{secrets.PORTAINER_WEBHOOK_URL}}"
|
||||||
|
|||||||
26
README.md
26
README.md
@@ -11,22 +11,9 @@ Currently hosted on [homesrv01.dev.lan](/marcio.fernandes/homesrv01.dev.lan).
|
|||||||
- [Volumes](#volumes)
|
- [Volumes](#volumes)
|
||||||
- [data](#data)
|
- [data](#data)
|
||||||
- [music](#music)
|
- [music](#music)
|
||||||
- [Editing and Maintenance](#editing-and-maintenance)
|
- [Deploy and Maintenance](#deploy-and-maintenance)
|
||||||
- [Links](#links)
|
- [Links](#links)
|
||||||
|
|
||||||
<!--
|
|
||||||
## Clients
|
|
||||||
|
|
||||||
### Home Assistant
|
|
||||||
|
|
||||||
(for more information check [home asistant git repo](/marcio.fernandes/homeassist#lms))
|
|
||||||
|
|
||||||
|
|
||||||
## Plugins
|
|
||||||
|
|
||||||
*Not included on [continuous deploy](#editing-and-maintenance)*
|
|
||||||
-->
|
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
[Docker Compose](./docker-compose.yml)
|
[Docker Compose](./docker-compose.yml)
|
||||||
@@ -35,21 +22,18 @@ Currently hosted on [homesrv01.dev.lan](/marcio.fernandes/homesrv01.dev.lan).
|
|||||||
|
|
||||||
#### data
|
#### data
|
||||||
|
|
||||||
Contains LMS persistent data. Not included on [continuous deploy](#editing-and-maintenance).
|
Contains LMS persistent data.
|
||||||
|
|
||||||
#### music
|
#### music
|
||||||
|
|
||||||
External volume, linked to a network share. Not included on [continuous deploy](#editing-and-maintenance).
|
External volume, linked to a network share.
|
||||||
|
|
||||||
For more information check [homesrv01 git repo](/marcio.fernandes/homesrv01.dev.lan#lms).
|
For more information check [homesrv01 git repo](/marcio.fernandes/homesrv01.dev.lan#lms).
|
||||||
|
|
||||||
## Editing and Maintenance
|
## Deploy and Maintenance
|
||||||
|
|
||||||
<!--
|
Using vscode on lazarus dev device with docker context set to host [homesrv01.dev.lan](marcio.fernandes/homesrv01.dev.lan)
|
||||||
Currently using [gitea actions](./.gitea/workflows/deploy.yml) and portainer stack (name: lms) with git reference and webhook for continuous deploy.
|
|
||||||
-->
|
|
||||||
|
|
||||||
Using code server [docker container on homesrv01](/marcio.fernandes/homsrv01.dev.lan#code-server) for editing this repo and docker volumes files.
|
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user