commit
a7f4a4fd73
|
@ -1,4 +1,4 @@
|
||||||
# Owncloud Weather
|
# Nextcloud Weather
|
||||||
|
|
||||||
## 1.3.0
|
## 1.3.0
|
||||||
* Fix openweathermap API key requirement
|
* Fix openweathermap API key requirement
|
||||||
|
|
40
README.md
40
README.md
|
@ -1,37 +1,25 @@
|
||||||
## ownCloud Weather
|
# Nextcloud Weather
|
||||||
|
[![GitHub license](https://img.shields.io/badge/license-AGPLv3-blue.svg)](https://raw.githubusercontent.com/nextcloud/weather/master/COPYING)
|
||||||
|
|
||||||
|
**Nextcloud Weather provides an application to register cities and show the weather previsions**
|
||||||
|
|
||||||
### Introduction
|
![](screenshots/1.png)
|
||||||
ownCloud Weather provides an application to register cities and show the weather previsions
|
|
||||||
|
|
||||||
### Licence
|
## Installation
|
||||||
ownCloud Weather web application is currently under AGPL licence but this free licence can be modificated to a better free licence.
|
|
||||||
|
|
||||||
|
In your Nextcloud, simply navigate to »Apps«, choose the category »Tools«, find the Weather app and enable it.
|
||||||
|
Then open the Weather app from the app menu.
|
||||||
|
|
||||||
### Requirements
|
## Maintainers
|
||||||
- An ownCloud instance
|
|
||||||
|
|
||||||
|
- [Loïc Blot](https://github.com/nerzhul)
|
||||||
|
|
||||||
### Installation
|
If you’d like to join, just go through the [issue list](https://github.com/nextcloud/weather/issues/) and fix some. :)
|
||||||
1. Download the [latest release](https://github.com/nerzhul/owncloud-weather/releases)
|
|
||||||
2. Place this app in **owncloud/apps/** and unpack it
|
|
||||||
3. Rename folder to weather
|
|
||||||
3. Activate the app in https://your-owncloud/index.php/settings/apps?installed
|
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
### Owncloud SMS core issues
|
- Nextcloud 9+
|
||||||
*Please create your core issues here:*
|
|
||||||
https://github.com/nerzhul/owncloud-weather/issues
|
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
### Issue template
|
If you need assistance or want to ask a question about Weather, you are welcome to [ask for support](https://help.nextcloud.com) in our Forums or the [IRC-Channel](https://webchat.freenode.net/?channels=nextcloud). If you have found a bug, feel free to open a new Issue on GitHub.
|
||||||
**Server**
|
|
||||||
- ownCloud version: X.X.X
|
|
||||||
- PHP version: X.X
|
|
||||||
- HTTPd server: <apache|nginx...>
|
|
||||||
- HTTPS: <yes|no>
|
|
||||||
|
|
||||||
**Content of /owncloud/data/owncloud.log**
|
|
||||||
```
|
|
||||||
Place content of your owncloud.log here
|
|
||||||
```
|
|
||||||
|
|
|
@ -1,20 +1,21 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<info>
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||||
<id>weather</id>
|
<id>weather</id>
|
||||||
<name>Weather</name>
|
<name>Weather</name>
|
||||||
<description>Watch the weather directly on your ownCloud</description>
|
<description>Watch the weather directly on your Nextcloud.</description>
|
||||||
|
<version>1.3.5</version>
|
||||||
<licence>AGPL</licence>
|
<licence>AGPL</licence>
|
||||||
<author>Loic Blot</author>
|
<author>Loic Blot</author>
|
||||||
<version>1.3.4</version>
|
<category>tools</category>
|
||||||
<requiremin>7</requiremin>
|
<screenshot>https://raw.githubusercontent.com/nextcloud/weather/master/screenshots/1.png</screenshot>
|
||||||
|
<screenshot>https://raw.githubusercontent.com/nextcloud/weather/master/screenshots/2.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<owncloud min-version="7.0" max-version="9.1" />
|
<owncloud min-version="7.0" max-version="9.1" />
|
||||||
<nextcloud min-version="9.0" max-version="11.0" />
|
<nextcloud min-version="9" max-version="11" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
<website>https://github.com/nextcloud/weather</website>
|
||||||
|
<bugs>https://github.com/nextcloud/weather/issues</bugs>
|
||||||
|
<repository type="git">https://github.com/nextcloud/weather</repository>
|
||||||
<ocsid>170605</ocsid>
|
<ocsid>170605</ocsid>
|
||||||
|
|
||||||
<website>https://apps.owncloud.com/content/show.php?content=170605</website>
|
|
||||||
<bugs>https://github.com/nerzhul/owncloud-weather/issues</bugs>
|
|
||||||
<repository type="git">https://github.com/nerzhul/owncloud-weather</repository>
|
|
||||||
</info>
|
</info>
|
||||||
|
|
|
@ -0,0 +1,111 @@
|
||||||
|
<!--
|
||||||
|
Thanks for reporting issues back to Nextcloud Weather!
|
||||||
|
|
||||||
|
This is the bug tracker for the Weather component. Find other components at https://github.com/nextcloud/
|
||||||
|
|
||||||
|
For reporting potential security issues please see https://nextcloud.com/security/
|
||||||
|
|
||||||
|
To make it possible for us to help you please fill out below information carefully.
|
||||||
|
-->
|
||||||
|
### Steps to reproduce
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
|
### Expected behaviour
|
||||||
|
Tell us what should happen
|
||||||
|
|
||||||
|
### Actual behaviour
|
||||||
|
Tell us what happens instead
|
||||||
|
|
||||||
|
### Server configuration
|
||||||
|
**Operating system**:
|
||||||
|
|
||||||
|
**Web server:**
|
||||||
|
|
||||||
|
**Database:**
|
||||||
|
|
||||||
|
**PHP version:**
|
||||||
|
|
||||||
|
**Nextcloud version:** (see Nextcloud admin page)
|
||||||
|
|
||||||
|
**Weather app version:** (see App Store page)
|
||||||
|
|
||||||
|
**Updated from an older Nextcloud/ownCloud or fresh install:**
|
||||||
|
|
||||||
|
**Where did you install Nextcloud from:**
|
||||||
|
|
||||||
|
**Signing status:**
|
||||||
|
<details>
|
||||||
|
<summary>Signing status</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
Login as admin user into your Nextcloud and access
|
||||||
|
http://example.com/index.php/settings/integrity/failed
|
||||||
|
paste the results here.
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
**List of activated apps:**
|
||||||
|
<details>
|
||||||
|
<summary>App list</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
If you have access to your command line run e.g.:
|
||||||
|
sudo -u www-data php occ app:list
|
||||||
|
from within your Nextcloud installation folder
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
**The content of config/config.php:**
|
||||||
|
<details>
|
||||||
|
<summary>Config report</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
If you have access to your command line run e.g.:
|
||||||
|
sudo -u www-data php occ config:list system
|
||||||
|
from within your Nextcloud installation folder
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
|
Insert your config.php content here
|
||||||
|
(Without the database password, passwordsalt and secret)
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
### Client configuration
|
||||||
|
**Browser:**
|
||||||
|
|
||||||
|
**Operating system:**
|
||||||
|
|
||||||
|
### Logs
|
||||||
|
#### Web server error log
|
||||||
|
<details>
|
||||||
|
<summary>Web server error log</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
Insert your webserver log here
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
#### Nextcloud log (data/nextcloud.log)
|
||||||
|
<details>
|
||||||
|
<summary>Nextcloud log</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
Insert your Nextcloud log here
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
#### Browser log
|
||||||
|
<details>
|
||||||
|
<summary>Browser log</summary>
|
||||||
|
|
||||||
|
```
|
||||||
|
Insert your browser log here, this could for example include:
|
||||||
|
|
||||||
|
a) The javascript console log
|
||||||
|
b) The network log
|
||||||
|
c) ...
|
||||||
|
```
|
||||||
|
</details>
|
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
Binary file not shown.
After Width: | Height: | Size: 2.8 MiB |
Loading…
Reference in New Issue