https://github.com/wekan/univention
Wekan on Univention specific Feature Requests, Bug Reports and Release Files
https://github.com/wekan/univention
Last synced: about 1 year ago
JSON representation
Wekan on Univention specific Feature Requests, Bug Reports and Release Files
- Host: GitHub
- URL: https://github.com/wekan/univention
- Owner: wekan
- License: mit
- Created: 2019-07-16T12:40:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T00:28:22.000Z (over 4 years ago)
- Last Synced: 2025-02-15T18:52:03.866Z (over 1 year ago)
- Language: Shell
- Homepage: https://www.univention.com/products/univention-app-center/app-catalog/wekan/
- Size: 639 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wekan for Univention
- [Wekan Univention-specific Feature Requests and Bug Reports](https://github.com/wekan/univention/issues),
for example about integrations to Univention and other Univention App Center apps
- [Wekan at Univention App Center](https://www.univention.com/products/univention-app-center/app-catalog/wekan/)
- [Wekan Commercial Support](https://wekan.team)
## General info about Wekan
- [Wekan website](https://wekan.github.io)
- [Wekan ChangeLog](https://github.com/wekan/wekan/blob/master/CHANGELOG.md)
- [Wekan documentation](https://github.com/wekan/wekan/wiki)
- [General Wekan Feature Requests and Bug Reports](https://github.com/wekan/wekan/issues)
## Repair MongoDB
https://github.com/wekan/wekan/wiki/Repair-MongoDB
## About this repo
This repo contains Univention specific Wekan release files.
## Directory structure of this repo
```
├── component
│ ├── all
│ │ ├── Packages
│ │ ├── Packages.bz2
│ │ ├── Packages.gz
│ │ ├── Release
│ │ └── Release.gpg
│ ├── amd64
│ │ ├── Packages
│ │ ├── Packages.bz2
│ │ ├── Packages.gz
│ │ ├── Release
│ │ └── Release.gpg
│ ├── compose
│ ├── i386
│ │ ├── Packages
│ │ ├── Packages.bz2
│ │ ├── Packages.gz
│ │ ├── Release
│ │ └── Release.gpg
│ ├── inst
│ ├── README_APPLIANCE_DE
│ ├── README_APPLIANCE_EN
│ ├── README_DE
│ ├── README_EN
│ ├── test
│ └── uinst
├── LICENSE
├── meta
│ ├── appliance_bootsplash_logo.svg
│ ├── appliance_logo.svg
│ ├── appliance_portal_logo.svg
│ ├── appliance_umc_header_logo.svg
│ ├── appliance_welcome_screen_logo.svg
│ ├── logo_detail_page.svg
│ ├── logo.svg
│ ├── thumbnail_1.png
│ ├── thumbnail_2.png
│ ├── thumbnail_3.png
│ ├── wekan_20190520122559.ini
│ └── wekan.meta
└── README.md
```