mirror of
https://github.com/hassio-addons/addon-firefly-iii.git
synced 2025-05-03 19:01:29 +00:00
📚 Find replace typos
This commit is contained in:
parent
b597307522
commit
2fa5c9b9a4
4 changed files with 14 additions and 14 deletions
|
@ -25,5 +25,5 @@ Even better: You could submit a pull request with a fix / new feature!
|
|||
developers, or if you do not have permission to do that, you may request
|
||||
the second reviewer to merge it for you.
|
||||
|
||||
[github]: https://github.com/hassio-addons/addon-bookstack/issues
|
||||
[prs]: https://github.com/hassio-addons/addon-bookstack/pulls
|
||||
[github]: https://github.com/hassio-addons/addon-firefly-iii/issues
|
||||
[prs]: https://github.com/hassio-addons/addon-firefly-iii/pulls
|
||||
|
|
20
README.md
20
README.md
|
@ -79,7 +79,7 @@ you are troubleshooting.
|
|||
|
||||
### Option: `ssl`
|
||||
|
||||
Enables/Disables SSL (HTTPS) on the web interface of Bookstack
|
||||
Enables/Disables SSL (HTTPS) on the web interface of Firefly-III
|
||||
Panel. Set it `true` to enable it, `false` otherwise.
|
||||
|
||||
### Option: `certfile`
|
||||
|
@ -183,27 +183,27 @@ SOFTWARE.
|
|||
[Firefly-III]: https://firefly-iii.org/
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
[buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul
|
||||
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-bookstack.svg
|
||||
[commits]: https://github.com/hassio-addons/addon-bookstack/commits/master
|
||||
[contributors]: https://github.com/hassio-addons/addon-bookstack/graphs/contributors
|
||||
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-firefly-iii.svg
|
||||
[commits]: https://github.com/hassio-addons/addon-firefly-iii/commits/master
|
||||
[contributors]: https://github.com/hassio-addons/addon-firefly-iii/graphs/contributors
|
||||
[discord-ha]: https://discord.gg/c5DvZ4e
|
||||
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
|
||||
[discord]: https://discord.me/hassioaddons
|
||||
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
|
||||
[forum]: https://community.home-assistant.io/t/community-hass-io-xxxxx/xxxxx
|
||||
[sinclairpaul]: https://github.com/sinclairpaul
|
||||
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-bookstack/badges/master/pipeline.svg
|
||||
[gitlabci]: https://gitlab.com/hassio-addons/addon-bookstack/pipelines
|
||||
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-firefly-iii/badges/master/pipeline.svg
|
||||
[gitlabci]: https://gitlab.com/hassio-addons/addon-firefly-iii/pipelines
|
||||
[home-assistant]: https://home-assistant.io
|
||||
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[issue]: https://github.com/hassio-addons/addon-bookstack/issues
|
||||
[issue]: https://github.com/hassio-addons/addon-firefly-iii/issues
|
||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
||||
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-bookstack.svg
|
||||
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-firefly-iii.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2019.svg
|
||||
[npm-packages]: https://www.npmjs.com
|
||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-bookstack.svg
|
||||
[releases]: https://github.com/hassio-addons/addon-bookstack/releases
|
||||
[releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-firefly-iii.svg
|
||||
[releases]: https://github.com/hassio-addons/addon-firefly-iii/releases
|
||||
[repository]: https://github.com/hassio-addons/repository
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Community Hass.io Add-ons: Bookstack
|
||||
# Community Hass.io Add-ons: Firefly
|
||||
# This file initialises the MySQL database
|
||||
# ==============================================================================
|
||||
if ! bashio::fs.directory_exists "/data/mysql"; then
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Community Hass.io Add-ons: Bookstack
|
||||
# Community Hass.io Add-ons: Firefly
|
||||
# Runs the Nginx daemon
|
||||
# ==============================================================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue