Welcome to mirror list, hosted at ThFree Co, Russian Federation.

indie.json - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb3fcb96691458daf02fdfe534c1518c0c22ad3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
    "name": "ownCloud",
    "icons": [
        {
            "src": "https://raw.githubusercontent.com/owncloud/www/master/assets/img/common/owncloud-square-logo.png",
            "sizes": "500x500",
            "type": "image/png",
            "density": "1"
        },
        {
            "src": "core/img/favicon-touch.png",
            "sizes": "128x128",
            "type": "image/png",
            "density": "1"
        },
        {
            "src": "core/img/favicon.png",
            "sizes": "32x32",
            "type": "image/png",
            "density": "1"
        }
    ],
    "start_url": "/",
    "display": "fullscreen",
    "orientation": "landscape",
    "short_description": "sync & share your stuff",
    "description": "ownCloud gives you web services under your control. It is a self-hosted open source platform with file sync & sharing at its core and available clients for desktop and mobile. The web frontend has apps for Pictures, Calendar, Contacts, News/RSS, Bookmarks, Notes, Music and much more via an open app platform.",
    "license": "AGPLv3",
    "license_url": "https://raw.githubusercontent.com/owncloud/core/master/COPYING-AGPL",
    "source_url": "https://github.com/owncloud/core",
    "version": "7.0.0",
    "developer": {
        "name": "ownCloud Inc.",
        "url": "https://owncloud.org"
    },
    "wikipedia_url": "https://wikipedia.org/wiki/ownCloud",
    "default_locale": "en",
    "protocols": [
        "SSL/TLS",
        "WebDAV",
        "CalDAV",
        "CardDAV",
        "Ampache",
        "RSS"
    ],
    "categories": [
        {
            "name": "BSD",
            "subcategories": [
                "Files",
                "Sync",
                "Calendar",
                "Contacts",
                "News",
                "Notes"
            ]
        },
        {
            "name": "GNU/Linux",
            "subcategories": [
                "Files",
                "Sync",
                "Calendar",
                "Contacts",
                "News",
                "Notes"
            ]
        },
        {
            "name": "OS X",
            "subcategories": [
                "Files",
                "Sync",
                "Calendar",
                "Contacts",
                "News",
                "Notes"
            ]
        },
        {
            "name": "Windows",
            "subcategories": [
                "Files",
                "Sync",
                "Calendar",
                "Contacts",
                "News",
                "Notes"
            ]
        }
    ]
}