An open API service indexing awesome lists of open source software.

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

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
```