mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
update docs
This commit is contained in:
parent
600caebf79
commit
6a3d138a6d
17 changed files with 376 additions and 130 deletions
3
docs/.gitignore
vendored
3
docs/.gitignore
vendored
|
@ -1,2 +1,5 @@
|
||||||
|
_site
|
||||||
.sass-cache
|
.sass-cache
|
||||||
|
.jekyll-cache
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
|
vendor
|
||||||
|
|
|
@ -8,7 +8,7 @@ source "https://rubygems.org"
|
||||||
#
|
#
|
||||||
# This will help ensure the proper Jekyll version is running.
|
# This will help ensure the proper Jekyll version is running.
|
||||||
# Happy Jekylling!
|
# Happy Jekylling!
|
||||||
gem "jekyll", "~> 3.8.6"
|
gem "jekyll"
|
||||||
|
|
||||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||||
#gem "minima", "~> 2.0"
|
#gem "minima", "~> 2.0"
|
||||||
|
@ -21,9 +21,10 @@ gem "mini_magick"
|
||||||
|
|
||||||
# If you have any plugins, put them here!
|
# If you have any plugins, put them here!
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
gem "jekyll-feed", "~> 0.6"
|
gem "jekyll-feed"
|
||||||
gem "jemoji"
|
gem "jemoji"
|
||||||
gem "premonition", "~> 2.0.0"
|
gem "premonition"
|
||||||
|
gem "jekyll-default-layout"
|
||||||
end
|
end
|
||||||
|
|
||||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
|
|
|
@ -1,105 +1,117 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (5.2.3)
|
activesupport (6.0.3.7)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.6.0)
|
zeitwerk (~> 2.2, >= 2.2.2)
|
||||||
public_suffix (>= 2.0.2, < 4.0)
|
addressable (2.7.0)
|
||||||
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
colorator (1.1.0)
|
colorator (1.1.0)
|
||||||
concurrent-ruby (1.1.5)
|
concurrent-ruby (1.1.8)
|
||||||
em-websocket (0.5.1)
|
em-websocket (0.5.2)
|
||||||
eventmachine (>= 0.12.9)
|
eventmachine (>= 0.12.9)
|
||||||
http_parser.rb (~> 0.6.0)
|
http_parser.rb (~> 0.6.0)
|
||||||
eventmachine (1.2.7)
|
eventmachine (1.2.7)
|
||||||
ffi (1.11.1)
|
ffi (1.15.1)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
gemoji (3.0.1)
|
gemoji (3.0.1)
|
||||||
html-pipeline (2.11.0)
|
html-pipeline (2.14.0)
|
||||||
activesupport (>= 2)
|
activesupport (>= 2)
|
||||||
nokogiri (>= 1.4)
|
nokogiri (>= 1.4)
|
||||||
http_parser.rb (0.6.0)
|
http_parser.rb (0.6.0)
|
||||||
i18n (0.9.5)
|
i18n (1.8.10)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
jekyll (3.8.6)
|
jekyll (4.2.0)
|
||||||
addressable (~> 2.4)
|
addressable (~> 2.4)
|
||||||
colorator (~> 1.0)
|
colorator (~> 1.0)
|
||||||
em-websocket (~> 0.5)
|
em-websocket (~> 0.5)
|
||||||
i18n (~> 0.7)
|
i18n (~> 1.0)
|
||||||
jekyll-sass-converter (~> 1.0)
|
jekyll-sass-converter (~> 2.0)
|
||||||
jekyll-watch (~> 2.0)
|
jekyll-watch (~> 2.0)
|
||||||
kramdown (~> 1.14)
|
kramdown (~> 2.3)
|
||||||
|
kramdown-parser-gfm (~> 1.0)
|
||||||
liquid (~> 4.0)
|
liquid (~> 4.0)
|
||||||
mercenary (~> 0.3.3)
|
mercenary (~> 0.4.0)
|
||||||
pathutil (~> 0.9)
|
pathutil (~> 0.9)
|
||||||
rouge (>= 1.7, < 4)
|
rouge (~> 3.0)
|
||||||
safe_yaml (~> 1.0)
|
safe_yaml (~> 1.0)
|
||||||
jekyll-feed (0.12.1)
|
terminal-table (~> 2.0)
|
||||||
|
jekyll-default-layout (0.1.5)
|
||||||
|
jekyll (>= 3.0, < 5.0)
|
||||||
|
jekyll-feed (0.15.1)
|
||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-sass-converter (1.5.2)
|
jekyll-sass-converter (2.1.0)
|
||||||
sass (~> 3.4)
|
sassc (> 2.0.1, < 3.0)
|
||||||
jekyll-seo-tag (2.6.1)
|
jekyll-seo-tag (2.7.1)
|
||||||
jekyll (>= 3.3, < 5.0)
|
jekyll (>= 3.8, < 5.0)
|
||||||
jekyll-watch (2.2.1)
|
jekyll-watch (2.2.1)
|
||||||
listen (~> 3.0)
|
listen (~> 3.0)
|
||||||
jemoji (0.11.0)
|
jemoji (0.12.0)
|
||||||
gemoji (~> 3.0)
|
gemoji (~> 3.0)
|
||||||
html-pipeline (~> 2.2)
|
html-pipeline (~> 2.2)
|
||||||
jekyll (>= 3.0, < 5.0)
|
jekyll (>= 3.0, < 5.0)
|
||||||
just-the-docs (0.2.5)
|
just-the-docs (0.3.3)
|
||||||
jekyll (~> 3.8.5)
|
jekyll (>= 3.8.5)
|
||||||
jekyll-seo-tag (~> 2.0)
|
jekyll-seo-tag (~> 2.0)
|
||||||
rake (~> 12.3.1)
|
rake (>= 12.3.1, < 13.1.0)
|
||||||
kramdown (1.17.0)
|
kramdown (2.3.1)
|
||||||
|
rexml
|
||||||
|
kramdown-parser-gfm (1.1.0)
|
||||||
|
kramdown (~> 2.0)
|
||||||
liquid (4.0.3)
|
liquid (4.0.3)
|
||||||
listen (3.1.5)
|
listen (3.5.1)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
rb-inotify (~> 0.9, >= 0.9.10)
|
||||||
ruby_dep (~> 1.2)
|
mercenary (0.4.0)
|
||||||
mercenary (0.3.6)
|
mini_magick (4.11.0)
|
||||||
mini_magick (4.9.5)
|
mini_portile2 (2.5.3)
|
||||||
mini_portile2 (2.4.0)
|
minitest (5.14.4)
|
||||||
minitest (5.11.3)
|
nokogiri (1.11.7)
|
||||||
nokogiri (1.10.4)
|
mini_portile2 (~> 2.5.0)
|
||||||
mini_portile2 (~> 2.4.0)
|
racc (~> 1.4)
|
||||||
pathutil (0.16.2)
|
pathutil (0.16.2)
|
||||||
forwardable-extended (~> 2.6)
|
forwardable-extended (~> 2.6)
|
||||||
premonition (2.0.0)
|
premonition (4.0.1)
|
||||||
public_suffix (3.1.1)
|
jekyll (>= 3.7, < 5.0)
|
||||||
rake (12.3.1)
|
public_suffix (4.0.6)
|
||||||
rb-fsevent (0.10.3)
|
racc (1.5.2)
|
||||||
rb-inotify (0.10.0)
|
rake (13.0.3)
|
||||||
|
rb-fsevent (0.11.0)
|
||||||
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
rouge (3.6.0)
|
rexml (3.2.5)
|
||||||
ruby_dep (1.5.0)
|
rouge (3.26.0)
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sass (3.7.4)
|
sassc (2.4.0)
|
||||||
sass-listen (~> 4.0.0)
|
ffi (~> 1.9)
|
||||||
sass-listen (4.0.0)
|
terminal-table (2.0.0)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.9)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
tzinfo-data (1.2019.2)
|
tzinfo-data (1.2021.1)
|
||||||
tzinfo (>= 1.0.0)
|
tzinfo (>= 1.0.0)
|
||||||
|
unicode-display_width (1.7.0)
|
||||||
wdm (0.1.1)
|
wdm (0.1.1)
|
||||||
|
zeitwerk (2.4.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
jekyll (~> 3.8.6)
|
jekyll
|
||||||
jekyll-feed (~> 0.6)
|
jekyll-default-layout
|
||||||
|
jekyll-feed
|
||||||
jemoji
|
jemoji
|
||||||
just-the-docs
|
just-the-docs (~> 0.3.3)
|
||||||
mini_magick
|
mini_magick
|
||||||
premonition (~> 2.0.0)
|
premonition
|
||||||
tzinfo (~> 1.2)
|
tzinfo (~> 1.2)
|
||||||
tzinfo-data
|
tzinfo-data
|
||||||
wdm (~> 0.1.0)
|
wdm (~> 0.1.0)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.0.2
|
2.1.4
|
||||||
|
|
|
@ -29,6 +29,7 @@ plugins:
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jemoji
|
- jemoji
|
||||||
- premonition
|
- premonition
|
||||||
|
- jekyll-default-layout
|
||||||
|
|
||||||
search_enabled: true
|
search_enabled: true
|
||||||
|
|
||||||
|
@ -37,11 +38,15 @@ aux_links:
|
||||||
- https://blog.gancio.org
|
- https://blog.gancio.org
|
||||||
"Source":
|
"Source":
|
||||||
- https://framagit.org/les/gancio
|
- https://framagit.org/les/gancio
|
||||||
"Forum":
|
|
||||||
- https://socialhub.activitypub.rocks/c/software/gancio
|
|
||||||
"Mastodon":
|
"Mastodon":
|
||||||
- https://mastodon.cisti.org/@gancio
|
- https://mastodon.cisti.org/@gancio
|
||||||
|
|
||||||
|
gh_edit_link: true # show or hide edit this page link
|
||||||
|
gh_edit_link_text: "Edit this page"
|
||||||
|
gh_edit_repository: "https://framagit.org/les/gancio" # the github URL for your repo
|
||||||
|
gh_edit_branch: "master/docs" # the branch that your docs is served from
|
||||||
|
# gh_edit_source: docs # the source that your files originate from
|
||||||
|
gh_edit_view_mode: "-/tree" # "tree" or "edit" if you want the user to jump into the editor immediately
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -34,11 +34,11 @@ and use the calendar to select one or more days.
|
||||||
|
|
||||||
## How does it work
|
## How does it work
|
||||||
|
|
||||||
Behind the scene, gancio ensures that at least the next three occurrences
|
Behind the scene, gancio ensures that at least the next occurrence
|
||||||
of the event are always created. It creates that single events by copying
|
of the event are created. It creates that single event by copying
|
||||||
the properties of the parent event, so if you modify the parent
|
the properties of the parent event, so if you modify the parent
|
||||||
event's title, or the day of the week, each newly created occurrence will took
|
event's title, or the day of the week, each newly created occurrence will took
|
||||||
the new title and the new selected day. Old occurrences will be preserved.
|
the new title and the new selected day while old occurrences will be preserved.
|
||||||
|
|
||||||
You can edit a specific event occurrence with more details, a different
|
You can edit a specific event occurrence with more details, a different
|
||||||
poster/flyer, a different title/description or decide to completely hide it.
|
poster/flyer, a different title/description or decide to completely hide it.
|
|
@ -2,9 +2,10 @@
|
||||||
layout: default
|
layout: default
|
||||||
title: Usage
|
title: Usage
|
||||||
permalink: /usage
|
permalink: /usage
|
||||||
nav_order: 4
|
nav_order: 1
|
||||||
|
has_children: true
|
||||||
---
|
---
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
ehmmm, help needed here :smile: feel free to send a PR => [here](https://framagit.org/les/gancio/tree/master/docs)
|
ehmmm, help needed here :smile: feel free to send a PR => [here](https://framagit.org/les/gancio/tree/master/docs)
|
||||||
|
|
159
docs/_sass/custom/custom.scss
Normal file
159
docs/_sass/custom/custom.scss
Normal file
|
@ -0,0 +1,159 @@
|
||||||
|
$default-color: #5bc0de;
|
||||||
|
$default-light-color: #e3edf2;
|
||||||
|
$info-color: #50af51;
|
||||||
|
$info-light-color: #f3f8f3;
|
||||||
|
$warning-color: #f0ad4e;
|
||||||
|
$warning-light-color: #fcf8f2;
|
||||||
|
$error-color: #d9534f;
|
||||||
|
$error-light-color: #fdf7f7;
|
||||||
|
$content-color: rgba(0, 0, 0, 0.5);
|
||||||
|
$citation-color: #495057;
|
||||||
|
$citation-light-color: #f8f9fa;
|
||||||
|
|
||||||
|
$svg-default-color: "5bc0de";
|
||||||
|
$svg-info-color: "50af51";
|
||||||
|
$svg-warning-color: "f0ad4e";
|
||||||
|
$svg-error-color: "d9534f";
|
||||||
|
$svg-citation-color: "495057";
|
||||||
|
|
||||||
|
.premonition {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 43px auto;
|
||||||
|
padding-top: 13px;
|
||||||
|
padding-bottom: 13px;
|
||||||
|
margin: 30px 0 30px 0;
|
||||||
|
background-color: $default-light-color;
|
||||||
|
border-left: 4px solid $default-color;
|
||||||
|
color: $default-color;
|
||||||
|
|
||||||
|
code {
|
||||||
|
background-color: #fff;
|
||||||
|
color: $default-color;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header {
|
||||||
|
font-weight: 500;
|
||||||
|
font-size: 1.1rem;
|
||||||
|
color: $default-color;
|
||||||
|
padding-bottom: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
color: $content-color;
|
||||||
|
padding-left: 20px;
|
||||||
|
padding-right: 40px;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@mixin box-type($c, $lc) {
|
||||||
|
background-color: $lc;
|
||||||
|
color: $c;
|
||||||
|
border-color: $c;
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $c;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
color: $c;
|
||||||
|
}
|
||||||
|
.header {
|
||||||
|
color: $c;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
&.info {
|
||||||
|
@include box-type($info-color, $info-light-color);
|
||||||
|
}
|
||||||
|
&.warning {
|
||||||
|
@include box-type($warning-color, $warning-light-color);
|
||||||
|
}
|
||||||
|
&.error {
|
||||||
|
@include box-type($error-color, $error-light-color);
|
||||||
|
}
|
||||||
|
&.citation {
|
||||||
|
@include box-type($citation-color, $citation-light-color);
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
border-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.fa,
|
||||||
|
.fas,
|
||||||
|
.far,
|
||||||
|
.fal,
|
||||||
|
.fab {
|
||||||
|
font-size: 28px;
|
||||||
|
opacity: 0.3;
|
||||||
|
padding-top: 2px;
|
||||||
|
padding-left: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > svg {
|
||||||
|
opacity: 0.6;
|
||||||
|
margin-top: 0.36rem;
|
||||||
|
margin-left: 0.7rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
@mixin pn-icon($pre, $color, $post) {
|
||||||
|
border: 0;
|
||||||
|
margin: 3px 0 0 14px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-color: transparent;
|
||||||
|
background-image: url($pre + "%23" + $color + $post);
|
||||||
|
background-size: 28px 28px;
|
||||||
|
width: 28px;
|
||||||
|
height: 28px;
|
||||||
|
opacity: 0.3;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Autogenerated code */
|
||||||
|
&.pn-note {
|
||||||
|
@include pn-icon(
|
||||||
|
"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='165px' height='165px' viewBox='0 0 165 165' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M40,0.5 C18.1847524,0.5 0.5,18.1847524 0.5,40 L0.5,125 C0.5,146.815248 18.1847524,164.5 40,164.5 L125,164.5 C146.815248,164.5 164.5,146.815248 164.5,125 L164.5,40 C164.5,18.1847524 146.815248,0.5 125,0.5 L40,0.5 Z M73.9421225,101.035652 C105.680247,64.0622419 122.973943,44.3076275 125.890221,41.6952841 C129.340278,37.6445263 135.770506,37.5263132 140.538208,40.8455453 C145.631474,44.3914319 146.755991,50.3287958 142.263833,56.0881327 C114.758351,89.0776641 89.30795,118.028061 81.5674939,125.633994 C76.464822,130.398827 70.5909248,130.398827 66.4355344,125.58961 C62.9024905,121.371642 58.9333122,116.710237 54.3854087,111.427565 C53.8350288,110.788264 53.2758998,110.139548 52.706934,109.480131 C49.8512069,106.170414 46.9143172,102.783286 43.1506474,98.4546038 C43.1657573,98.4719821 36.1709078,90.431646 34.3564576,88.341891 C27.8799723,80.882735 24.2336656,76.6160672 22.1013335,73.9633891 L22.095737,73.9562966 C15.4200148,65.3371074 30.5778334,52.1721209 38.5786063,60.512576 C48.9690719,71.5242952 60.7566779,85.0318321 73.9420929,101.035687 Z' id='Note' stroke='%23979797' fill='",
|
||||||
|
$svg-default-color,
|
||||||
|
"'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
&.pn-info {
|
||||||
|
@include pn-icon(
|
||||||
|
"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='165px' height='165px' viewBox='0 0 165 165' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M82.5,165 C36.9365081,165 0,128.063492 0,82.5 C0,36.9365081 36.9365081,0 82.5,0 C128.063492,0 165,36.9365081 165,82.5 C165,128.063492 128.063492,165 82.5,165 Z M71.3481445,44.7539062 C71.3481445,47.7402493 72.400136,50.2853899 74.5041504,52.3894043 C76.6081648,54.4934187 79.1533054,55.5454102 82.1396484,55.5454102 C85.0807439,55.5454102 87.603261,54.4934187 89.7072754,52.3894043 C91.8112898,50.2853899 92.8632812,47.7402493 92.8632812,44.7539062 C92.8632812,41.7675632 91.8112898,39.2224226 89.7072754,37.1184082 C87.603261,35.0143938 85.0807439,33.9624023 82.1396484,33.9624023 C79.1533054,33.9624023 76.6081648,35.0143938 74.5041504,37.1184082 C72.400136,39.2224226 71.3481445,41.7675632 71.3481445,44.7539062 Z M65.2397461,126.674316 L65.2397461,130 L98.3608398,130 L98.3608398,126.674316 C95.8722206,126.176593 94.1754603,125.497888 93.2705078,124.638184 C92.3655554,123.778479 91.9130859,121.83286 91.9130859,118.80127 L91.9130859,65.9975586 L65.2397461,65.9975586 L65.2397461,69.3911133 C68.0450987,69.8888371 69.9228468,70.6467234 70.8730469,71.6647949 C71.8232469,72.6828664 72.2983398,74.5945498 72.2983398,77.3999023 L72.2983398,118.258301 C72.2983398,121.425634 71.6196357,123.620111 70.262207,124.841797 C69.3572546,125.656254 67.6831177,126.267088 65.2397461,126.674316 Z' id='Info' fill='",
|
||||||
|
$svg-info-color,
|
||||||
|
"'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
&.pn-warn {
|
||||||
|
@include pn-icon(
|
||||||
|
"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='165px' height='165px' viewBox='0 0 165 165' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M82.5,165 C36.9365081,165 0,128.063492 0,82.5 C0,36.9365081 36.9365081,0 82.5,0 C128.063492,0 165,36.9365081 165,82.5 C165,128.063492 128.063492,165 82.5,165 Z M70.0629883,121.226562 C70.0629883,124.484391 71.2054736,127.255767 73.4904785,129.540771 C75.7754834,131.825776 78.5468587,132.968262 81.8046875,132.968262 C85.0625163,132.968262 87.8338916,131.825776 90.1188965,129.540771 C92.4039014,127.255767 93.5463867,124.484391 93.5463867,121.226562 C93.5463867,117.968734 92.4039014,115.197358 90.1188965,112.912354 C87.8338916,110.627349 85.0625163,109.484863 81.8046875,109.484863 C78.5468587,109.484863 75.7754834,110.627349 73.4904785,112.912354 C71.2054736,115.197358 70.0629883,117.968734 70.0629883,121.226562 Z M70.0629883,49.1474609 C70.0629883,50.8668706 70.4475873,53.2423351 71.2167969,56.2739258 C71.7145207,58.2195735 72.8230708,62.1108107 74.5424805,67.9477539 C75.8999091,72.5177637 76.804848,76.0696488 77.2573242,78.6035156 C77.7098004,81.1373825 78.5921158,87.7886831 79.9042969,98.5576172 L83.9086914,98.5576172 C84.8588915,90.0058166 85.5489074,84.3160135 85.9787598,81.4880371 C86.4086122,78.6600607 87.2117454,75.1194874 88.3881836,70.8662109 C90.3338313,63.8075819 91.6799279,58.7286125 92.4265137,55.6291504 C93.1730994,52.5296883 93.5463867,50.2107824 93.5463867,48.6723633 C93.5463867,43.7856201 92.3586545,40.278982 89.9831543,38.1523438 C87.6076541,36.0257055 84.8815258,34.9624023 81.8046875,34.9624023 C78.637354,34.9624023 75.8886021,36.0370172 73.5583496,38.1862793 C71.2280971,40.3355413 70.0629883,43.989232 70.0629883,49.1474609 Z' id='Warning' fill='",
|
||||||
|
$svg-warning-color,
|
||||||
|
"'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
&.pn-error {
|
||||||
|
@include pn-icon(
|
||||||
|
"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='165px' height='165px' viewBox='0 0 165 165' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M94.8695048,7.74207645 L163.217029,144.437125 C166.674878,151.352824 163.871738,159.762246 156.956039,163.220096 C155.012063,164.192084 152.86848,164.698115 150.695048,164.698115 L14,164.698115 C6.2680135,164.698115 -4.08562073e-14,158.430102 -4.26325641e-14,150.698115 C-4.26325641e-14,148.524684 0.506031285,146.381101 1.47801933,144.437125 L69.8255435,7.74207645 C73.283393,0.826377491 81.6928155,-1.97676336 88.6085145,1.48108612 C91.3178981,2.83577793 93.514813,5.03269282 94.8695048,7.74207645 Z M70.4105124,130.924678 C70.4105124,134.182506 71.5529978,136.953882 73.8380027,139.238887 C76.1230076,141.523892 78.8943829,142.666377 82.1522117,142.666377 C85.4100404,142.666377 88.1814157,141.523892 90.4664206,139.238887 C92.7514256,136.953882 93.8939109,134.182506 93.8939109,130.924678 C93.8939109,127.666849 92.7514256,124.895474 90.4664206,122.610469 C88.1814157,120.325464 85.4100404,119.182978 82.1522117,119.182978 C78.8943829,119.182978 76.1230076,120.325464 73.8380027,122.610469 C71.5529978,124.895474 70.4105124,127.666849 70.4105124,130.924678 Z M70.4105124,58.845576 C70.4105124,60.5649857 70.7951115,62.9404502 71.564321,65.9720409 C72.0620449,67.9176886 73.170595,71.8089258 74.8900046,77.645869 C76.2474333,82.2158788 77.1523722,85.7677639 77.6048484,88.3016307 C78.0573246,90.8354976 78.93964,97.4867982 80.251821,108.255732 L84.2562156,108.255732 C85.2064156,99.7039317 85.8964315,94.0141286 86.3262839,91.1861522 C86.7561363,88.3581758 87.5592696,84.8176025 88.7357078,80.564326 C90.6813555,73.505697 92.0274521,68.4267276 92.7740378,65.3272655 C93.5206236,62.2278034 93.8939109,59.9088975 93.8939109,58.3704784 C93.8939109,53.4837352 92.7061786,49.9770971 90.3306785,47.8504589 C87.9551783,45.7238206 85.22905,44.6605175 82.1522117,44.6605175 C78.9848781,44.6605175 76.2361263,45.7351324 73.9058738,47.8843944 C71.5756212,50.0336565 70.4105124,53.6873471 70.4105124,58.845576 Z' id='Error' fill='",
|
||||||
|
$svg-error-color,
|
||||||
|
"'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
&.pn-quote {
|
||||||
|
@include pn-icon(
|
||||||
|
"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='165px' height='165px' viewBox='0 0 165 165' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M104.546838,164.525333 C97.1871585,164.350607 90.6368822,160.915227 90.6512001,150.013018 C90.4479076,131.842639 90.4697154,98.303237 90.6512001,49.7828789 C91.9844555,2.36817118 138.064959,0.504907944 148.576644,0.0692731383 C152.479575,0.302510658 153.780675,2.21617827 154.578947,4.17356105 C155.831948,9.88458567 155.831948,17.6357453 154.578947,27.4270401 C153.93686,32.7057192 151.936092,35.3224781 148.576644,35.2773166 C143.472082,35.2236794 151.862467,35.2263624 140.927765,35.2773166 C128.559674,35.7091823 122.660334,39.3672244 122.615074,56.9085817 C122.635604,63.1213926 122.635604,71.5842998 122.615074,82.2973033 C138.48496,82.4101196 149.139584,82.4488979 154.578947,82.4136382 C159.435737,82.5353733 163.923774,84.3352392 164.565789,96.288498 C164.874062,119.857257 164.829662,136.387115 164.782895,150.013018 C164.664253,157.17723 161.233392,164.356416 151.753558,164.525333 C127.51005,164.615729 113.455097,164.525333 104.546838,164.525333 Z M14.0400451,164.45606 C6.68036548,164.281334 0.130089247,160.845954 0.144407166,149.943745 C-0.058885353,131.773366 -0.0370775896,98.2339638 0.144407166,49.7136058 C1.47766255,2.29889804 47.5581663,0.435634806 58.0698511,-9.9475983e-14 C61.9727821,0.233237519 63.2738816,2.14690514 64.0721544,4.10428791 C65.3251551,9.81531253 65.3251551,17.5664722 64.0721544,27.3577669 C63.4300669,32.6364461 61.4292991,35.2532049 58.0698511,35.2080434 C52.9652887,35.1544062 61.3556736,35.1570892 50.4209719,35.2080434 C38.0528815,35.6399092 32.153541,39.2979513 32.1082808,56.8393085 C32.1288111,63.0521194 32.1288111,71.5150266 32.1082808,82.2280302 C47.9781667,82.3408464 58.6327912,82.3796247 64.0721544,82.3443651 C68.9289443,82.4661002 73.4169814,84.265966 74.0589965,96.2192249 C74.367269,119.787984 74.3228688,136.317842 74.2761018,149.943745 C74.1574604,157.107957 70.7265987,164.287143 61.2467647,164.45606 C37.0032571,164.546456 22.9483044,164.45606 14.0400451,164.45606 Z' id='Quote' fill='",
|
||||||
|
$svg-citation-color,
|
||||||
|
"'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
&.pn-square {
|
||||||
|
@include pn-icon(
|
||||||
|
"data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='165px' height='165px' viewBox='0 0 165 165' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M82.5,165 C36.9365081,165 0,128.063492 0,82.5 C0,36.9365081 36.9365081,0 82.5,0 C128.063492,0 165,36.9365081 165,82.5 C165,128.063492 128.063492,165 82.5,165 Z M115.5,99 C124.612698,99 132,91.3888407 132,82 C132,72.6111593 124.612698,65 115.5,65 C106.387302,65 99,72.6111593 99,82 C99,91.3888407 106.387302,99 115.5,99 Z M49.5,99 C58.6126984,99 66,91.3888407 66,82 C66,72.6111593 58.6126984,65 49.5,65 C40.3873016,65 33,72.6111593 33,82 C33,91.3888407 40.3873016,99 49.5,99 Z M66,114 L66,129 L99,129 L99,114 L66,114 Z' id='Default' fill='",
|
||||||
|
$svg-default-color,
|
||||||
|
"'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"
|
||||||
|
);
|
||||||
|
}
|
||||||
|
/* End of Autogenerated code */
|
||||||
|
}
|
72
docs/assets/js/zzzz-search-data.json
Normal file
72
docs/assets/js/zzzz-search-data.json
Normal file
|
@ -0,0 +1,72 @@
|
||||||
|
---
|
||||||
|
permalink: /assets/js/search-data.json
|
||||||
|
---
|
||||||
|
{
|
||||||
|
{%- assign i = 0 -%}
|
||||||
|
{%- assign pages_array = '' | split: '' -%}
|
||||||
|
{%- assign pages_array = pages_array | push: site.html_pages -%}
|
||||||
|
{%- if site.just_the_docs.collections -%}
|
||||||
|
{%- for collection_entry in site.just_the_docs.collections -%}
|
||||||
|
{%- assign collection_key = collection_entry[0] -%}
|
||||||
|
{%- assign collection_value = collection_entry[1] -%}
|
||||||
|
{%- assign collection = site[collection_key] -%}
|
||||||
|
{%- if collection_value.search_exclude != true -%}
|
||||||
|
{%- assign pages_array = pages_array | push: collection -%}
|
||||||
|
{%- endif -%}
|
||||||
|
{%- endfor -%}
|
||||||
|
{%- endif -%}
|
||||||
|
{%- for pages in pages_array -%}
|
||||||
|
{%- for page in pages -%}
|
||||||
|
{%- if page.title and page.search_exclude != true -%}
|
||||||
|
{%- assign page_content = page.content -%}
|
||||||
|
{%- assign heading_level = site.search.heading_level | default: 2 -%}
|
||||||
|
{%- for j in (2..heading_level) -%}
|
||||||
|
{%- assign tag = '<h' | append: j -%}
|
||||||
|
{%- assign closing_tag = '</h' | append: j -%}
|
||||||
|
{%- assign page_content = page_content | replace: tag, '<h1' | replace: closing_tag, '</h1' -%}
|
||||||
|
{%- endfor -%}
|
||||||
|
{%- assign parts = page_content | split: '<h1' -%}
|
||||||
|
{%- assign title_found = false -%}
|
||||||
|
{%- for part in parts offset: 1 -%}
|
||||||
|
{%- assign titleAndContent = part | split: '</h1>' -%}
|
||||||
|
{%- assign title = titleAndContent[0] | replace_first: '>', '<h1>' | split: '<h1>' -%}
|
||||||
|
{%- assign title = title[1] | strip_html -%}
|
||||||
|
{%- assign content = titleAndContent[1] -%}
|
||||||
|
{%- assign url = page.url -%}
|
||||||
|
{%- if title == page.title and parts[0] == '' -%}
|
||||||
|
{%- assign title_found = true -%}
|
||||||
|
{%- else -%}
|
||||||
|
{%- assign id = titleAndContent[0] -%}
|
||||||
|
{%- assign id = id | split: 'id="' -%}
|
||||||
|
{%- if id.size == 2 -%}
|
||||||
|
{%- assign id = id[1] -%}
|
||||||
|
{%- assign id = id | split: '"' -%}
|
||||||
|
{%- assign id = id[0] -%}
|
||||||
|
{%- capture url -%}{{ url | append: '#' | append: id }}{%- endcapture -%}
|
||||||
|
{%- endif -%}
|
||||||
|
{%- endif -%}
|
||||||
|
{%- unless i == 0 -%},{%- endunless -%}
|
||||||
|
"{{ i }}": {
|
||||||
|
"doc": {{ page.title | jsonify }},
|
||||||
|
"title": {{ title | jsonify }},
|
||||||
|
"content": {{ content | replace: '</h', ' . </h' | replace: '<hr', ' . <hr' | replace: '</p', ' . </p' | replace: '<ul', ' . <ul' | replace: '</ul', ' . </ul' | replace: '<ol', ' . <ol' | replace: '</ol', ' . </ol' | replace: '</tr', ' . </tr' | replace: '<li', ' | <li' | replace: '</li', ' | </li' | replace: '</td', ' | </td' | replace: '<td', ' | <td' | replace: '</th', ' | </th' | replace: '<th', ' | <th' | strip_html | remove: 'Table of contents' | normalize_whitespace | replace: '. . .', '.' | replace: '. .', '.' | replace: '| |', '|' | append: ' ' | jsonify }},
|
||||||
|
"url": "{{ url | absolute_url }}",
|
||||||
|
"relUrl": "{{ url }}"
|
||||||
|
}
|
||||||
|
{%- assign i = i | plus: 1 -%}
|
||||||
|
{%- endfor -%}
|
||||||
|
{%- unless title_found -%}
|
||||||
|
{%- unless i == 0 -%},{%- endunless -%}
|
||||||
|
"{{ i }}": {
|
||||||
|
"doc": {{ page.title | jsonify }},
|
||||||
|
"title": {{ page.title | jsonify }},
|
||||||
|
"content": {{ parts[0] | replace: '</h', ' . </h' | replace: '<hr', ' . <hr' | replace: '</p', ' . </p' | replace: '<ul', ' . <ul' | replace: '</ul', ' . </ul' | replace: '<ol', ' . <ol' | replace: '</ol', ' . </ol' | replace: '</tr', ' . </tr' | replace: '<li', ' | <li' | replace: '</li', ' | </li' | replace: '</td', ' | </td' | replace: '<td', ' | <td' | replace: '</th', ' | </th' | replace: '<th', ' | <th' | strip_html | remove: 'Table of contents' | normalize_whitespace | replace: '. . .', '.' | replace: '. .', '.' | replace: '| |', '|' | append: ' ' | jsonify }},
|
||||||
|
"url": "{{ page.url | absolute_url }}",
|
||||||
|
"relUrl": "{{ page.url }}"
|
||||||
|
}
|
||||||
|
{%- assign i = i | plus: 1 -%}
|
||||||
|
{%- endunless -%}
|
||||||
|
{%- endif -%}
|
||||||
|
{%- endfor -%}
|
||||||
|
{%- endfor %}
|
||||||
|
}
|
|
@ -1,25 +0,0 @@
|
||||||
---
|
|
||||||
layout: default
|
|
||||||
title: Backup
|
|
||||||
permalink: /backup
|
|
||||||
nav_order: 5
|
|
||||||
---
|
|
||||||
|
|
||||||
## Backup
|
|
||||||
|
|
||||||
The following commands should be valid for every setup (docker/debian/sqlite/postgres) but check your installation directory first.
|
|
||||||
This includes database, configuration, custom user locales, media, images and thumbnails.
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cd /opt/gancio/ # or /home/gancio
|
|
||||||
tar --ignore-failed-read -czf gancio-$(date +%Y-%m-%d-%H%M%S)-backup.tgz \
|
|
||||||
config.json \
|
|
||||||
uploads \
|
|
||||||
user_locale \
|
|
||||||
db.sqlite \
|
|
||||||
postgres \
|
|
||||||
data
|
|
||||||
```
|
|
||||||
|
|
||||||
> info "Automatic backup"
|
|
||||||
> To periodically backup your data you should probably use something like [restic](https://restic.net) or [borg](https://www.borgbackup.org/)
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
title: Home
|
title: Home
|
||||||
nav_order: 1
|
nav_order: 1
|
||||||
description: "Gancio is a shared agenda for local communities."
|
description: "Gancio is a shared agenda for local communities."
|
||||||
|
|
23
docs/install/backup.md
Normal file
23
docs/install/backup.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
title: Backup
|
||||||
|
permalink: /backup
|
||||||
|
nav_order: 5
|
||||||
|
parent: Install
|
||||||
|
---
|
||||||
|
|
||||||
|
## Backup
|
||||||
|
|
||||||
|
The following commands should be valid for every setup (docker/debian/sqlite/postgres) but check your installation directory first.
|
||||||
|
This includes database, configuration, custom user locales, images and thumbnails for every release.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd /opt/gancio/ # or /home/gancio or where your installation is
|
||||||
|
tar -czf gancio-$(date +%Y-%m-%d-%H%M%S)-backup.tgz \
|
||||||
|
$(ls -d config.json uploads user_locale db.sqlite postgres data logs 2> /dev/null)
|
||||||
|
```
|
||||||
|
> warning "Permission denied"
|
||||||
|
> `postgres` directory could be with different permission or owner so you'll probably to be root or use `sudo` instead.
|
||||||
|
|
||||||
|
> info "Automatic backup"
|
||||||
|
> To periodically backup your data you should probably use something like [restic](https://restic.net) or [borg](https://www.borgbackup.org/)
|
|
@ -2,7 +2,8 @@
|
||||||
layout: default
|
layout: default
|
||||||
title: Configuration
|
title: Configuration
|
||||||
permalink: /config
|
permalink: /config
|
||||||
nav_order: 3
|
nav_order: 6
|
||||||
|
parent: Install
|
||||||
---
|
---
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
title: Debian
|
title: Debian
|
||||||
permalink: /install/debian
|
permalink: /install/debian
|
||||||
|
nav_order: 1
|
||||||
parent: Install
|
parent: Install
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ parent: Install
|
||||||
|
|
||||||
1. Install Node.js & yarn (**from root**)
|
1. Install Node.js & yarn (**from root**)
|
||||||
```bash
|
```bash
|
||||||
curl -sL https://deb.nodesource.com/setup_12.x | bash -
|
curl -sL https://deb.nodesource.com/setup_16.x | bash -
|
||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
||||||
echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
|
echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
|
||||||
|
@ -19,7 +19,7 @@ apt-get update && apt-get install yarn
|
||||||
|
|
||||||
1. Install Gancio
|
1. Install Gancio
|
||||||
```bash
|
```bash
|
||||||
yarn global add gancio --prod
|
yarn global add --silent https://gancio.org/latest.tgz 2> /dev/null
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Setup with postgreSQL __(optional as you can choose sqlite)__
|
1. Setup with postgreSQL __(optional as you can choose sqlite)__
|
||||||
|
@ -62,8 +62,8 @@ pm2 startup # read the output!
|
||||||
sudo pm2 startup -u gancio
|
sudo pm2 startup -u gancio
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Upgrade
|
## Upgrade
|
||||||
```bash
|
```bash
|
||||||
sudo yarn global add gancio
|
sudo yarn global add --silent https://gancio.org/latest.tgz 2> /dev/null
|
||||||
sudo service pm2 restart
|
sudo service pm2 restart
|
||||||
```
|
```
|
||||||
|
|
|
@ -3,6 +3,7 @@ layout: default
|
||||||
title: Docker
|
title: Docker
|
||||||
permalink: /install/docker
|
permalink: /install/docker
|
||||||
parent: Install
|
parent: Install
|
||||||
|
nav_order: 2
|
||||||
---
|
---
|
||||||
## Table of contents
|
## Table of contents
|
||||||
{: .no_toc .text-delta }
|
{: .no_toc .text-delta }
|
||||||
|
@ -11,15 +12,15 @@ parent: Install
|
||||||
{:toc}
|
{:toc}
|
||||||
|
|
||||||
## Initial setup
|
## Initial setup
|
||||||
**You do not need to clone the full repo as we distribute gancio via npm.**
|
|
||||||
A Dockerfile and a docker-compose.yml are the only files needed.
|
|
||||||
|
|
||||||
- __Create a directory where everything related to gancio is stored (db, images, config)__
|
> info "Clone not needed"
|
||||||
|
> You do not need to clone the full repo, a `Dockerfile` and a `docker-compose.yml` are enough.
|
||||||
|
|
||||||
|
- __Create a directory where everything related to gancio is stored__
|
||||||
```bash
|
```bash
|
||||||
mkdir /opt/gancio
|
mkdir -p /opt/gancio/data
|
||||||
cd /opt/gancio
|
cd /opt/gancio
|
||||||
```
|
```
|
||||||
<small>note that you can choose a different directory.</small>
|
|
||||||
|
|
||||||
## Use sqlite
|
## Use sqlite
|
||||||
<div class='code-example bg-grey-lt-100' markdown="1">
|
<div class='code-example bg-grey-lt-100' markdown="1">
|
||||||
|
@ -29,13 +30,8 @@ wget https://gancio.org/docker/Dockerfile
|
||||||
wget https://gancio.org/docker/sqlite/docker-compose.yml
|
wget https://gancio.org/docker/sqlite/docker-compose.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Create an empty db and config (**this is needed**)
|
|
||||||
```
|
|
||||||
touch config.json db.sqlite
|
|
||||||
mkdir user_locale
|
|
||||||
```
|
|
||||||
|
|
||||||
1. Build docker image and launch interactive setup in one step
|
1. Build docker image and launch interactive setup
|
||||||
```
|
```
|
||||||
docker-compose build
|
docker-compose build
|
||||||
docker-compose run --rm gancio gancio setup --docker --db=sqlite
|
docker-compose run --rm gancio gancio setup --docker --db=sqlite
|
||||||
|
@ -51,13 +47,7 @@ wget https://gancio.org/docker/Dockerfile
|
||||||
wget https://gancio.org/docker/postgres/docker-compose.yml
|
wget https://gancio.org/docker/postgres/docker-compose.yml
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Create an empty configuration (**this is needed**)
|
1. Build docker image and launch interactive setup
|
||||||
```
|
|
||||||
touch config.json
|
|
||||||
mkdir user_locale
|
|
||||||
```
|
|
||||||
|
|
||||||
1. Build docker image and launch interactive setup in one step
|
|
||||||
```
|
```
|
||||||
docker-compose build
|
docker-compose build
|
||||||
docker-compose run --rm gancio gancio setup --docker --db=postgres
|
docker-compose run --rm gancio gancio setup --docker --db=postgres
|
||||||
|
@ -72,20 +62,37 @@ docker-compose run --rm gancio gancio setup --docker --db=postgres
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Look at logs with
|
1. Look at logs
|
||||||
```bash
|
```bash
|
||||||
docker-compose logs
|
tail -f data/logs/gancio.log
|
||||||
```
|
```
|
||||||
|
|
||||||
1. [Setup nginx as a proxy](/install/nginx)
|
1. [Setup nginx as a proxy](/install/nginx)
|
||||||
|
|
||||||
1. Point your web browser to [http://localhost:13120](http://localhost:13120) or where you specified during setup and enjoy :tada:
|
1. Point your web browser to [http://localhost:13120](http://localhost:13120) or where you specified during setup and enjoy :tada:
|
||||||
|
|
||||||
1. You can edit `config.json` file and restart the container on your needs, see [Configuration](/config) for more details.
|
1. Edit `data/config.json` and restart the container on your needs, see [Configuration](/config) for more details.
|
||||||
|
|
||||||
|
|
||||||
## Upgrade
|
## Upgrade
|
||||||
|
|
||||||
|
> warning "Backup your data"
|
||||||
|
> Backup your data is generally a good thing to do and this is especially true before upgrading.
|
||||||
|
> Don't be lazy and [backup](/backup) your data!
|
||||||
|
|
||||||
|
|
||||||
|
> error "Upgrade from a version < 1.0"
|
||||||
|
> Since v1.0 our docker setup is changed and a new container has to be built:
|
||||||
|
>
|
||||||
|
> - `cd /opt/gancio`
|
||||||
|
> - [Backup your data](/backup)
|
||||||
|
> - Download new `Dockerfile` => `wget https://gancio.org/docker/Dockerfile`
|
||||||
|
> - Download new `docker-compose.yml` (modify DB to sqlite or postgres)-> `wget https://gancio.org/docker/<DB>/docker-compose.yml`
|
||||||
|
> - Build the new container `docker-compose build`
|
||||||
|
> - Extract your backup into `./data` => `mkdir data; tar xvzf gancio-<yourLastBackup>-backup.tgz -C data`
|
||||||
|
> - Stop your old container `docker-compose stop`
|
||||||
|
> - Start your new container `docker-compose up`
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /opt/gancio
|
cd /opt/gancio
|
||||||
docker-compose up -d --no-deps --build
|
docker-compose up -d --no-deps --build
|
||||||
|
|
|
@ -7,7 +7,7 @@ nav_order: 2
|
||||||
has_toc: false
|
has_toc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
## Install (production)
|
## Install
|
||||||
|
|
||||||
- [Install on Debian](/install/debian)
|
- [Install on Debian](/install/debian)
|
||||||
- [Install using docker](/install/docker)
|
- [Install using docker](/install/docker)
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
layout: default
|
|
||||||
title: Instances
|
title: Instances
|
||||||
permalink: /instances
|
permalink: /instances
|
||||||
nav_order: 7
|
nav_order: 7
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
---
|
|
||||||
layout: default
|
|
||||||
title: Usage
|
|
||||||
permalink: /usage
|
|
||||||
nav_order: 1
|
|
||||||
has_children: true
|
|
||||||
---
|
|
||||||
|
|
||||||
# Usage
|
|
||||||
|
|
||||||
ehmmm, help needed here :smile: feel free to send a PR => [here](https://framagit.org/les/gancio/tree/master/docs)
|
|
Loading…
Reference in a new issue