Compare commits

...

33 Commits
main ... main

Author SHA1 Message Date
kolaente 4d89346db0
fix: clarify api and frontend in download
continuous-integration/drone/push Build is passing Details
2024-04-12 23:33:29 +02:00
kolaente 1faccc3708
update imprint
continuous-integration/drone/push Build is passing Details
2023-12-13 20:36:33 +01:00
Honnip 3758d181fa feat: add flatpak package description (#7)
continuous-integration/drone/push Build is passing Details
Co-authored-by: honnip <git@honnip.page>
Reviewed-on: vikunja/website#7
Reviewed-by: konrad <k@knt.li>
Co-authored-by: Honnip <me@honnip.page>
Co-committed-by: Honnip <me@honnip.page>
2023-08-31 09:46:51 +00:00
kolaente 5dc0944379
update security gpg key expiry date
continuous-integration/drone/push Build is passing Details
2023-04-01 10:21:22 +02:00
kolaente 115db79b3e
feat: update download page, add vja and reword
continuous-integration/drone/push Build is passing Details
2023-02-15 11:01:49 +01:00
kolaente 1d2cfc52a4
fix: security key url
continuous-integration/drone/push Build is passing Details
2023-01-21 12:08:32 +01:00
kolaente 039520e56a
feat: add dedicated security info page
continuous-integration/drone/push Build is passing Details
2023-01-17 17:56:48 +01:00
benimautner c2f8e4450e changed mobile apps section to reflect current situation (#6)
continuous-integration/drone/push Build is passing Details
Reviewed-on: vikunja/website#6
Co-authored-by: benimautner <benimautner@gmail.com>
Co-committed-by: benimautner <benimautner@gmail.com>
2023-01-08 10:56:35 +00:00
kolaente 9f64d40428
clarify .deb builds
continuous-integration/drone/push Build is passing Details
2022-09-21 17:27:42 +02:00
kolaente a64ab6da02
feat: add sponsor to readme (relm)
continuous-integration/drone/push Build is passing Details
2022-09-06 12:02:56 +02:00
kolaente 7c502d6136
feat: move all build steps to multi-stage docker image build
continuous-integration/drone/push Build is passing Details
2022-08-03 19:39:18 +02:00
kolaente abf6e0f447
chore(ci): debug
continuous-integration/drone/push Build is passing Details
2022-08-03 19:23:14 +02:00
kolaente 1dddacf0f5
fix: update hugo version
continuous-integration/drone/push Build is passing Details
2022-08-03 19:19:30 +02:00
kolaente 7258870caa
chore: add description to home page
continuous-integration/drone/push Build is passing Details
2022-03-22 20:05:26 +01:00
kolaente 6f8d833238
chore: update gitignore
continuous-integration/drone/push Build is passing Details
2022-02-25 14:36:58 +01:00
kolaente f3d46d0136
fix: disable tags and category pages (empty)
continuous-integration/drone/push Build is passing Details
2022-02-25 14:36:14 +01:00
kolaente 03ecb6b49a
fix: make sure to use https links
continuous-integration/drone/push Build is passing Details
2022-02-25 14:31:41 +01:00
kolaente 8eb1ac4f2e
fix(nginx): redirect /docs/docs to /docs
continuous-integration/drone/push Build is passing Details
2022-02-25 14:26:54 +01:00
kolaente 8af6976f17
chore: add description to home page
continuous-integration/drone/push Build is passing Details
2022-02-02 10:05:16 +01:00
kolaente b199aae433
fix: use up-to-date hugo image
continuous-integration/drone/push Build is passing Details
2022-01-29 23:30:55 +01:00
kolaente 43c68d2937
feat: imprint 2022-01-29 15:01:30 +01:00
kolaente 168e297e39
docs: update android app download link
continuous-integration/drone/push Build is failing Details
2021-12-27 20:19:06 +01:00
kolaente fcea59ab72
Fix features redirect
continuous-integration/drone/push Build is passing Details
2021-09-05 19:48:42 +02:00
kolaente 7b1d067600
Fix features redirect
continuous-integration/drone/push Build is passing Details
2021-09-05 19:19:56 +02:00
kolaente 7fba893da7
Add features redirect to cloud 2021-09-05 19:16:08 +02:00
kolaente 0ca940df9b
Add sticker link to menu 2021-09-05 19:15:54 +02:00
kolaente c90b1e7391
Change try button color
continuous-integration/drone/push Build is passing Details
2021-09-05 15:49:57 +02:00
kolaente 34e1e581b3
Add redirect to feedback survey
continuous-integration/drone/push Build is passing Details
2021-09-05 15:46:56 +02:00
kolaente 3cd427a4c2
Fix security.txt location
continuous-integration/drone/push Build is passing Details
2021-09-03 16:21:33 +02:00
kolaente 1f7a772451
Fix security.txt location
continuous-integration/drone/push Build is passing Details
2021-09-03 16:17:15 +02:00
kolaente 8d504d6bd7
Add security.txt
continuous-integration/drone/push Build is passing Details
2021-09-03 16:07:55 +02:00
kolaente e0bb4cc2a1
Fix license on the home page
continuous-integration/drone/push Build is passing Details
2021-08-29 23:29:18 +02:00
konrad f2767c1480 Merge pull request 'Fixed a typo' (#5) from HammyHavoc/website:main into main
continuous-integration/drone/push Build is passing Details
Reviewed-on: vikunja/website#5
2021-08-25 06:00:37 +00:00
14 changed files with 207 additions and 95 deletions

View File

@ -6,23 +6,6 @@ trigger:
- push
steps:
- name: theme
image: kolaente/toolbox
pull: true
group: build-static
commands:
- mkdir themes/vikunja -p
- cd themes/vikunja
- wget https://dl.vikunja.io/theme/vikunja-theme.tar.gz
- tar -xzf vikunja-theme.tar.gz
- name: build
image: monachus/hugo
pull: true
commands:
- rm -rf public
- hugo
- name: docker
image: plugins/docker
pull: true

4
.gitignore vendored
View File

@ -1,8 +1,10 @@
.idea/
yarn-error.log
public
!/public/security.txt
node_modules/
dist/
styles/
.yarn-cache
themes/vikunja/
themes/
.hugo_build.lock

View File

@ -1,3 +1,20 @@
FROM kolaente/toolbox AS build-theme
COPY . /web
WORKDIR /web
RUN mkdir /web/themes/vikunja -p && \
cd /web/themes/vikunja && \
wget https://dl.vikunja.io/theme/vikunja-theme.tar.gz && \
tar -xzf vikunja-theme.tar.gz
FROM klakegg/hugo:0.99.1 as builder
COPY . /web
WORKDIR /web
COPY --from=build-theme /web/themes /web/themes
RUN rm -rf public && hugo
FROM nginx
ADD public /usr/share/nginx/html
COPY --from=builder /web/public /usr/share/nginx/html
ADD nginx.conf /etc/nginx/nginx.conf

View File

@ -3,3 +3,9 @@
[![Build Status](https://drone.kolaente.de/api/badges/vikunja/website/status.svg)](https://drone.kolaente.de/vikunja/website)
This repo contains all content and styling for [vikunja.io](https://vikunja.io).
## Sponsors
[![Relm](https://vikunja.io/images/sponsors/relm.png)](https://relm.us)

View File

@ -7,6 +7,10 @@ defaultContentLanguage: en
defaultContentLanguageInSubdir: true
enableMissingTranslationPlaceholders: true
enableRobotsTXT: true
disableKinds:
- taxonomy
- term
permalinks:
post: /:year/:month/:title/
@ -36,6 +40,9 @@ menu:
- name: Community
url: https://community.vikunja.io/
weight: 60
- name: Stickers
url: https://vikunja.cloud/stickers?utm_source=io&utm_medium=io&utm_campaign=menu
weight: 65
- name: Get it Hosted
url: https://vikunja.cloud/?utm_source=io&utm_medium=io&utm_campaign=menu
weight: 70
@ -52,3 +59,7 @@ markup:
goldmark:
renderer:
unsafe: true
staticDir:
- static

View File

@ -3,13 +3,14 @@ title: "Home"
date: 2018-10-13T19:26:34+02:00
draft: false
type: "home"
description: "Vikunja - the open-source to-do app to organize your life."
heading:
heading: Vikunja (/vɪˈkuːnjə/)
content: The to-do app to organize your life.
subtitle: Also one of the two wild South American camelids which live in the high<br/>
alpine areas of the Andes and a [relative of the llama](https://en.wikipedia.org/wiki/Vicu%C3%B1a).
subsubtitle: Vikunja is an Open-Source, [self-hosted](https://vikunja.io/docs/installing/) To-Do list application for all platforms.
It is licensed under the [GPLv3](https://code.vikunja.io/api/src/branch/main/LICENSE).
It is licensed under the [AGPLv3](https://code.vikunja.io/api/src/branch/main/LICENSE).
menu:
page:
title: "Home"
@ -17,6 +18,6 @@ menu:
---
<div class="container">
<a class="button is-success is-large" href="https://try.vikunja.io" target="_blank" rel="noopener">Try it</a>
<a class="button is-primary is-large" href="https://try.vikunja.io" target="_blank" rel="noopener">Try it</a>
<a class="button is-large" href="/features">Features</a>
</div>
</div>

View File

@ -31,10 +31,4 @@ Say hello to our maintainers.
#### Security
When you find security-related bugs or other things you don't want to disclose publicly via our bug tracker, this is the mail to use.
[security@vikunja.io](mailto:security@vikunja.io)
**PGP-Key:** 2DD15B4BBC0FFB1AEF056662182B59A2D78D7303
You can download the public key from [here](security.pub) or [here](https://kolaente.dev/vikunja/website/raw/branch/main/content/contact/security.pub) or [here](http://keyserver.ubuntu.com/pks/lookup?search=security%40vikunja.io&fingerprint=on&op=index).
See [our dedicated Security page](https://vikunja.io/security).

View File

@ -6,33 +6,33 @@ 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
J1FEIg==
=e9Vv
dHkgPHNlY3VyaXR5QHZpa3VuamEuaW8+iQFUBBMBCAA+AhsDBQsJCAcCBhUKCQgL
AgQWAgMBAh4BAheAFiEELdFbS7wP+xrvBWZiGCtZoteNcwMFAmQn6R0FCQv3Gj0A
CgkQGCtZoteNcwMZLwgAt59pjlitANkia88Ij3jHFPotNudv+rku+lLv4ty7DBZb
ZXpYXIuXLsuRZspJjhiRq0xAmm7sXh1JtByDhXfAaFxP8faf2lHXYcYUh8Vomy/b
AurhY4I+8nQ7IkwNcNmXz5JlLE6rHYJoDujz07kHU4tp8mK2tNfxvl5XGJcoLiXC
uhTOT8VQfYmu4+hOPxJ7ruT75SOFwi+0AVHnZU+jf7XaLBhNdcoMh4WbWjlc5iJD
K8M8DP89Z4i5FFtGL6VItc4LmhZZ9YoW41BObrEeNvV60IBImgRv/9WBLCWeV9tj
Kd+BGyYOHoaEnA4tbfvMoW9fx50ZuZ4veGS3lkyw04kBVAQTAQgAPhYhBC3RW0u8
D/sa7wVmYhgrWaLXjXMDBQJb8zXgAhsDBQkDwmcABQsJCAcCBhUKCQgLAgQWAgMB
Ah4BAheAAAoJEBgrWaLXjXMDdykH/R67f4t1k7pNztNf8qvXJXV3mm96z0s38OGs
Z1IY6X1qR6hn3sHATCv/1fe1wVQ4p2AJWTh69SD+J1zCnNYtH/t+jrf4RPPojK78
kLUOsbTLYuW4r3ZB6FUFfi32UCfo/Frlbr6fFBdOrCGdnOplfEEHaW2g9Yyk3UOd
XCDwAS1WJsU4FfJFjROZjyuNqqujKrcicsRs+vCOA/3h35tyNh2F9UDo00VN5OLf
Yabq2yppgp1G4J/iYkNwxTjAgJ4Qx+RR6w1hRqkkpWhFhaRT7s54eBVu72cV9xw/
ci8a+0YVnSqEpeTiFPOmAdTwtkyQY4EhhLtm2xCoHn2Nt1D3Zoq5AQ0EW/M14AEI
AJ3pkOreYhx6vEmBNiC37p2feY+As33ByoHENcq5PR4+SuhnbOZlgWeZGNgcC71Y
nezr5IR4K3WaPcvupPVSpv9IOxLe14fQVIzuBMUkNDfOuARIqOo75e+e3qD9RLyg
0t1ruCxpGUM22GsVBjFjCetJuTbUGXs8FeuD0p7+H3daL8JA44Md94SAw2iS9MQs
g3pC+cEzRKPSfSF1wn3Csq1P/QEgeaklx2qbTD+cr7nxSssks5mXJmRf21K4Qv6+
TzQyILnB6PgaDdPH19a2VYrvLd34eHk/WwTWCl6hy8FAw4xk4EnYgNRbdKJJogm2
LfR/w0jSPFJPNfZgQTL1ffUAEQEAAYkBPAQYAQgAJgIbDBYhBC3RW0u8D/sa7wVm
YhgrWaLXjXMDBQJkJ+krBQkL9xpLAAoJEBgrWaLXjXMDH5gIALe4ksq24O4tw7lu
vq+VLsZyhPEix2ga06owzs8JdOf97799asZeQwZUCnVUmYRhXhnk+FJyLY3+/R8f
94ZhlFsP5Xp+T03GBCeZI35A5ezxc69//dZ4DBB1nMr5o0l9Gc00v77B0wSZy+CX
12BKi6EZKwri3CM66/Hn1MoRoqV3jl3M8MG0A6XTXqjGt5g2TxFEF9/eRsGBl/Ll
Doo7AscWqA5+hFS+rPXK5CutgWUfnatwk6CzXq+I9EGrrs2rRWx5nmWePlhKErR2
pacFUDbXvagPG4Loe4NgiLq/1wD/Psq1YoDVVVWUtVgq15Sn+SAqRA5tgYzLuL1m
GPk7Z5A=
=o56d
-----END PGP PUBLIC KEY BLOCK-----

View File

@ -11,53 +11,47 @@ menu:
# Downloads
If you find any bugs or other issues, please [report them](http://code.vikunja.io/api/issues).
If you find any bugs or other issues, please [report them](https://code.vikunja.io/api/issues).
Please also check out [the docs](https://vikunja.io/docs/installing/) for information about how to install Vikunja on your own server.
You can download Vikunja in various forms:
Every part of Vikunja is available as an unstable or release build.
Unstable builds contain the latest changes and features, but are experimental or may contain bugs.
[Check out this docs article](https://vikunja.io/docs/versions/) to learn more.
## Backend (API-Server)
## Vikunja
You can get all api releases from [our download server](https://dl.vikunja.io/api/).
Vikunja is distributed as a single binary, bundling the frontend and api into one.
Unstable builds contain the latest changes and features, but may be experimental or contain bugs.
You can get all releases from [our download server](https://dl.vikunja.io/vikunja/).
You can also [get the source code](http://code.vikunja.io/api) and compile it yourself.
Instructions on how to do this can be found in the repo.
You can also [get the source code](https://code.vikunja.io/vikunja) and compile it yourself.
Instructions on how to do this can be found [here](https://vikunja.io/docs/build-from-sources/).
The backend is also available to download as [a debian package](https://dl.vikunja.io/deb/).
Unfortunately, we currently don't have a way to provide you with an apt repo, but you can download and install the `.deb` packages manually.
The api is available as binary for all usual platforms and `.deb`, `.apk` (alpine) and `.rpm` package for easy installation on systems.
Just look for the files in the respective release folder.
## Frontend (Javascript)
You can get all frontend releases from [our download server](https://dl.vikunja.io/frontend/).
You can also [get the source code](http://code.vikunja.io/frontend) and build it yourself. Instructions on how to do this can be found in the repo.
[A docker image](https://vikunja.io/docs/full-docker-example/) is available as well.
## Desktop apps
Starting with version 0.15.0, Vikunja's frontend is available as a standalone desktop app for linux and windows devices.
This means you can run it on your desktop without the need to install the frontend.
The frontend is available as standalone desktop app.
This allows to use Vikunja without deploying a frontend server.
To install it, simply go to [our download server](https://dl.vikunja.io/desktop) choose the latest version (`unstable` for nightly builds) and the right variant for your platform.
To install it, simply go to [our download server](https://dl.vikunja.io/desktop) choose the latest version and the right variant for your platform.
If you're on Linux, you can also install [the flatpak package](https://flathub.org/apps/io.vikunja.Vikunja).
## Mobile apps
<div class="notification is-warning">
<strong>Note:</strong> The app is currently in an alpha state at best.
It has only a tiny set of Vikunja's features and bugs.
If you want to use Vikunja on mobile, you're currently better off using the PWA of the frontend.
</div>
The app is currently in the early stages of development. Even though it can be used, it might not be stable. If you have bug reports or feature requests, please post them on [this](https://github.com/go-vikunja/app/issues) GitHub page.
Android users can download a prebuilt apk from the [releases on GitHub](https://github.com/go-vikunja/app/releases/latest).
We'll publish it to F-Droid and the Google Play Store once the app is feature complete.
There are no resources to actively support iOS right now. However, you might be able to get it to work with the source code from [GitHub](https://github.com/go-vikunja/app).
We're also always happy to accept pull requests.
We have [pre-built apks for Android](https://dl.vikunja.io/app/) which you can download and install on your device.
We'll publish it to F-Droid, and the Google Play Store once the app is feature complete.
## CLI app
**Note:** We don't accept new TestFlight users at the moment due to issues with the build machine used to release fresh iOS builds.
If you want to use Vikunja on iOS you will need to either use the PWA or build it yourself.
There is a third-party cli app, written in Python.
Please check out [the project's repository](https://gitlab.com/ce72/vja) for information on how to install and use it.
We provide the latest build as beta version via TestFlight for iOS users.
To install the version please follow this link: [https://testflight.apple.com/join/KxOaAraq](https://testflight.apple.com/join/KxOaAraq).
New versions will be published by the CI automatically.
You can also [get the source code](http://code.vikunja.io/app) and build it yourself (for both Android and iOS).

View File

@ -170,7 +170,7 @@ menu:
<h1 class="title">
Can't wait to see it in action?
</h1>
<a href="http://try.vikunja.io" class="button is-success is-large noshadow" rel="noopener">Try it</a>
<a href="https://try.vikunja.io" class="button is-success is-large noshadow" rel="noopener">Try it</a>
</div>
</div>
</section>
@ -202,7 +202,7 @@ menu:
<h2>Self-Hosted</h2>
<p>Use Vikunja on your own server or hosted*. Your data will always be yours, we won't sell your grocery list to Amazon. Don't trust us?
<a href="http://code.vikunja.io" rel="noopener">Check for yourself</a>.</p>
<a href="https://code.vikunja.io" rel="noopener">Check for yourself</a>.</p>
<p>
Also, did we mention "the cloud"?
@ -217,13 +217,13 @@ menu:
<div class="column is-half">
<h2>Open-Source</h2>
<p>Vikunja is completly open source and released under the <a href="http://code.vikunja.io/api/src/branch/main/LICENSE" rel="noopener">GPLv3</a>.</p>
<p>Vikunja is completly open source and released under the <a href="https://code.vikunja.io/api/src/branch/main/LICENSE" rel="noopener">GPLv3</a>.</p>
<p>You can contribute in multiple ways, even if you're not a developer! It already helps a lot when you use Vikunja and report
<a href="http://code.vikunja.io/api/issues" rel="noopener">features you'd like or bugs you find</a>.</p>
<a href="https://code.vikunja.io/api/issues" rel="noopener">features you'd like or bugs you find</a>.</p>
<p>And in case you are a developer and know your way around <a href="http://code.vikunja.io/api" rel="noopener">Go</a> or
<a href="http://code.vikunja.io/frontend" rel="noopener">Vue.js</a>, any help is appreciated.</p>
<p>And in case you are a developer and know your way around <a href="https://code.vikunja.io/api" rel="noopener">Go</a> or
<a href="https://code.vikunja.io/frontend" rel="noopener">Vue.js</a>, any help is appreciated.</p>
</div>
</div>

View File

@ -0,0 +1,34 @@
---
title: "Imprint"
date: 2019-02-06T16:46:30+02:00
draft: false
---
# Imprint
Angaben gemäß § 5 TMG
Konrad Langenberg Software<br/>
Mengstraße 9<br/>
23552 Lübeck<br/>
GERMANY
## Contact
E-Mail: <a href="mailto:hello@vikunja.io">hello@vikunja.io</a>
## Online Dispute Resolution website of the EU Commission
In order for consumers and traders to resolve a dispute out-of-court, the European Commission developed the
Online Dispute Resolution Website: [ec.europa.eu/consumers/odr](https://www.ec.europa.eu/consumers/odr)
## Legal disclaimer
The contents of these pages were prepared with utmost care. Nonetheless, we cannot assume liability for the
timeless accuracy and completeness of the information.
Our website contains links to external websites. As the contents of these third-party websites are beyond our
control, we cannot accept liability for them. Responsibility for the contents of the linked pages is always held
by the provider or operator of the pages.
Source: <a href="https://language-boutique.de/muster-impressum" target="_blank" rel="noopener">Language-Boutique.de/Muster-Impressum</a>

View File

@ -0,0 +1,53 @@
---
title: "Security"
date: 2023-01-17T00:00:00
draft: false
type: "page"
---
# Security
<span class="text-gray-500">
Based on https://supabase.com/.well-known/security.txt.
</span>
At Vikunja, we consider the security of the product and our systems a top priority. But no matter how much effort we put into system security, there can still be vulnerabilities present.
If you discover a vulnerability either in the product itself or Vikunja Cloud, we would like to know about it so we can take steps to address it as quickly as possible. We would like to ask you to help us better protect our clients and our systems.
## Out of scope vulnerabilities:
- Clickjacking on pages with no sensitive actions.
- Unauthenticated/logout/login CSRF.
- Attacks requiring MITM or physical access to a user's device.
- Any activity that could lead to the disruption of our service (DoS).
- Content spoofing and text injection issues without showing an attack vector/without being able to modify HTML/CSS.
- Email spoofing
- Missing DNSSEC, CAA, CSP headers
- Lack of Secure or HTTP only flag on non-sensitive cookies
- Deadlinks
## Please do the following:
- E-mail your findings to security@vikunja.io.
- Do not run automated scanners on our infrastructure or dashboard. If you wish to do this, contact us and we will set up a sandbox for you.
- Do not take advantage of the vulnerability or problem you have discovered, for example by downloading more data than necessary to demonstrate the vulnerability or deleting or modifying other people's data,
- Do not reveal the problem to others until it has been resolved,
- Do not use attacks on physical security, social engineering, distributed denial of service, spam or applications of third parties,
- Do not ask for money without presenting any evidence about your claims. We will consider compensation based on the impact of your findings.
- Do provide sufficient information to reproduce the problem, so we will be able to resolve it as quickly as possible. Usually, the IP address or the URL of the affected system and a description of the vulnerability will be sufficient, but complex vulnerabilities may require further explanation.
## What we promise:
- We will respond to your report quickly with our evaluation of the report and an expected resolution date,
- If you have followed the instructions above, we will not take any legal action against you in regard to the report,
- We will handle your report with strict confidentiality, and not pass on your personal details to third parties without your permission,
- We will keep you informed of the progress towards resolving the problem,
- In the public information concerning the problem reported, we will give your name as the discoverer of the problem (unless you desire otherwise), and
- We strive to resolve all problems as quickly as possible, and we would like to play an active role in the ultimate publication on the problem after it is resolved.
## PGP-Key
**PGP-Key:** 2DD15B4BBC0FFB1AEF056662182B59A2D78D7303
You can download the public key from [here](https://vikunja.io/contact/security.pub) or [here](https://kolaente.dev/vikunja/website/raw/branch/main/content/contact/security.pub) or [here](http://keyserver.ubuntu.com/pks/lookup?search=security%40vikunja.io&fingerprint=on&op=index).

View File

@ -59,6 +59,18 @@ http {
index index.html index.htm;
}
location /features {
return 302 https://vikunja.cloud/features?from=io;
}
location /docs/docs {
return 302 https://vikunja.io/docs;
}
location /survey {
return 302 https://forms.reform.app/oSTwrh/vikunja-feedback;
}
rewrite ^/en/(.*)$ https://$server_name/$1 redirect;
error_page 404 /404.html;

5
static/security.txt Normal file
View File

@ -0,0 +1,5 @@
Contact: mailto:security@vikunja.io
Encryption: https://vikunja.io/contact/security.pub
Preferred-Languages: en, de
See https://vikunja.io/security for more information.