Commit graph

16 commits

Author SHA1 Message Date
crystal
4959211e9c Clarify DNS instructions ()
People have come into the Matrix channel with some confusion about how to set up the DNS records properly on a couple occasion. A few small adjustments will make it easier to understand and hopefully reduce the likelihood of accidental misconfiguration.

Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/202
Reviewed-by: Otto <otto@codeberg.org>
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: crystal <crystal@noreply.codeberg.org>
Co-committed-by: crystal <crystal@noreply.codeberg.org>
2023-03-11 03:35:15 +00:00
Cs137
8b3b20a86f Clarification: Pages branch has to be the branch of a public repository ()
The [pages manual](https://codeberg.page/) explicitly mentions that a public repository has to be created for the pages repository. That is not mentioned for the pages branch, consequently one could assume that this can be a private repository as well - which is not the case.

I hereby propose to add the word *public* to the manual where the branch is mentioned in order to clarify it and prevent the described confusion.

Co-authored-by: Cs137 <cs137@mailbox.org>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/204
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Cs137 <cs137@noreply.codeberg.org>
Co-committed-by: Cs137 <cs137@noreply.codeberg.org>
2023-03-11 02:22:34 +00:00
Gary Wang
31b98b86ff Use git switch instead of git checkout for modern git usage ()
Git 2.23 came up with the new `git switch` command, which is not a new feature but an additional command to `switch/change branch` feature which is already available in the overloaded git checkout command.

By using `git switch --orphan pages`, it will create a new orphan branch.

Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/119
Reviewed-by: 6543 <6543@noreply.codeberg.org>
Co-authored-by: Gary Wang <blumia@noreply.codeberg.org>
Co-committed-by: Gary Wang <blumia@noreply.codeberg.org>
2022-07-27 17:26:55 +02:00
Otto Richter
f5f9eb0860 Clarify we don't want "everything" at Pages (reduce inviting for abuse) 2022-02-06 21:36:26 +01:00
Otto Richter
8bdec40fdb mention repository must be public 2022-01-10 17:04:02 +01:00
Moritz Marquardt
216e28d67f Merge pull request 'Fix code block at landing page' () from dsrev/pages-server:pages into pages
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/33
2021-12-11 14:21:37 +01:00
Ilya Prokopenko
4993e5cd94 Update 'index.html'
replaced the latest </span> tag with </code>
2021-12-11 02:11:20 +01:00
Moritz Marquardt
b2a0925107 Improve the formatting for DNS entries a bit 2021-12-10 15:01:26 +01:00
Otto Richter
6d6e0c885e Add IPv6 to quick instructions 2021-12-02 18:08:03 +01:00
Moritz Marquardt
b2ca339694 Fix line breaks 2021-12-02 09:44:35 +01:00
Moritz Marquardt
2b45e736f3 Add tiny help text for .domains file 2021-12-02 09:38:16 +01:00
Moritz Marquardt
15fa38d0fc Add link back to codeberg.org to the landing page 2021-12-02 00:56:23 +01:00
Moritz Marquardt
82d8b9f2f1 Fix text overflow on mobile landing page
See https://codeberg.org/Codeberg/pages-server/issues/7#issuecomment-284371
2021-12-02 00:53:17 +01:00
Otto Richter
ea7d1ce1c5 Clean up index.html and remove nofollow meta (Search Engines, come here, yes!) 2021-12-02 00:05:33 +01:00
Moritz Marquardt
2d0d15b804
Add .gitignore from main branch to avoid confusion 2021-12-01 23:55:06 +01:00
Moritz Marquardt
22d7332120
Add index.html page for main domain 2021-12-01 23:54:04 +01:00