Skip to content

Commit

Permalink
Merge pull request #7114 from jddocs/rc-v1.349.0
Browse files Browse the repository at this point in the history
[Release Candidate] v1.349.0
  • Loading branch information
jddocs authored Sep 30, 2024
2 parents ad55e78 + 230d40c commit 479c4c0
Show file tree
Hide file tree
Showing 34 changed files with 1,020 additions and 603 deletions.
20 changes: 7 additions & 13 deletions _vendor/github.com/linode/linode-website-partials/footer.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

247 changes: 70 additions & 177 deletions _vendor/github.com/linode/linode-website-partials/header.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions _vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# github.com/linode/linode-docs-theme v0.0.0-20240917174726-f70fc5eefd2c
# github.com/linode/linode-website-partials v0.0.0-20240816154606-b7584738bd92
# github.com/linode/linode-docs-theme v0.0.0-20240930173647-98e081906577
# github.com/linode/linode-website-partials v0.0.0-20240926202806-c5faff17a2d4
# github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.21300.20800
# github.com/gohugoio/hugo-mod-jslibs/turbo/v8 v8.20000.20400
# github.com/hotwired/turbo v8.0.4+incompatible
Expand Down
1 change: 1 addition & 0 deletions ci/vale/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2569,6 +2569,7 @@ tooltips
torvalds
TOTPs
towson
tpslimit
trac
tracebacks
traceroute
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: 'This guide shows how to install Seafile, a free and open-source cr
authors: ["Linode"]
contributors: ["Linode"]
published: 2017-05-23
modified: 2017-06-21
modified: 2023-02-15
keywords: ["Seafile", " nginx", " Ubuntu 16.04", " file server", " media", " sharing"]
tags: ["ubuntu", "nginx"]
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
Expand Down Expand Up @@ -91,9 +91,9 @@ If you don't want UFW allowing SSH on port 22 for both IPv4 and IPv6, you can de

## Install and Configure MySQL

1. During Installation, you will be asked to assign a password for the root mysql user. Be sure to install the package `mysql-server-5.7`, not `mysql-server`. This is because an upstream issue causes problems starting the MySQL service if you install by using the `mysql-server` package.
1. During Installation, you will be asked to assign a password for the root mysql user.

sudo apt install mysql-server-5.7
sudo apt install mysql-server

2. Run the *mysql_secure_installation* script:

Expand Down Expand Up @@ -294,4 +294,4 @@ WantedBy=multi-user.target

## Updating Seafile

There are various ways to update Seafile depending on if you are upgrading from one milestone to another (version 5 to 6), or upgrading between point releases (5.1.0 to 5.1.1). See the [Seafile Manual](https://manual.seafile.com/deploy/upgrade.html) for upgrade instructions that best suit your needs.
There are various ways to update Seafile depending on if you are upgrading from one milestone to another, or upgrading between minor releases. See the [Seafile Manual](https://manual.seafile.com/upgrade/upgrade/) for upgrade instructions that best suit your needs.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 479c4c0

Please sign in to comment.