mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-09 01:26:35 +01:00
Change forum links to new domain
This commit is contained in:
parent
5fbd63e35d
commit
0775f9123c
5 changed files with 9 additions and 9 deletions
|
@ -1,4 +1,4 @@
|
||||||
(Are you asking for help with using Caddy? Please use our forum instead: https://forum.caddyserver.com. If you are filing a bug report, please take a few minutes to carefully answer the following questions. If your issue is not a bug report, you do not need to use this template. Thanks!)
|
(Are you asking for help with using Caddy? Please use our forum instead: https://caddy.community. If you are filing a bug report, please take a few minutes to carefully answer the following questions. If your issue is not a bug report, you do not need to use this template. Thanks!)
|
||||||
|
|
||||||
### 1. What version of Caddy are you running (`caddy -version`)?
|
### 1. What version of Caddy are you running (`caddy -version`)?
|
||||||
|
|
||||||
|
|
|
@ -10,13 +10,13 @@
|
||||||
<a href="https://goreportcard.com/report/mholt/caddy"><img src="https://goreportcard.com/badge/github.com/mholt/caddy"></a>
|
<a href="https://goreportcard.com/report/mholt/caddy"><img src="https://goreportcard.com/badge/github.com/mholt/caddy"></a>
|
||||||
<br>
|
<br>
|
||||||
<a href="https://twitter.com/caddyserver" title="@caddyserver on Twitter"><img src="https://img.shields.io/badge/twitter-@caddyserver-55acee.svg" alt="@caddyserver on Twitter"></a>
|
<a href="https://twitter.com/caddyserver" title="@caddyserver on Twitter"><img src="https://img.shields.io/badge/twitter-@caddyserver-55acee.svg" alt="@caddyserver on Twitter"></a>
|
||||||
<a href="https://forum.caddyserver.com" title="Caddy Forum"><img src="https://img.shields.io/badge/community-forum-ff69b4.svg" alt="Caddy Forum"></a>
|
<a href="https://caddy.community" title="Caddy Forum"><img src="https://img.shields.io/badge/community-forum-ff69b4.svg" alt="Caddy Forum"></a>
|
||||||
<a href="https://sourcegraph.com/github.com/mholt/caddy?badge" title="Caddy on Sourcegraph"><img src="https://sourcegraph.com/github.com/mholt/caddy/-/badge.svg" alt="Caddy on Sourcegraph"></a>
|
<a href="https://sourcegraph.com/github.com/mholt/caddy?badge" title="Caddy on Sourcegraph"><img src="https://sourcegraph.com/github.com/mholt/caddy/-/badge.svg" alt="Caddy on Sourcegraph"></a>
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://caddyserver.com/download">Download</a> ·
|
<a href="https://caddyserver.com/download">Download</a> ·
|
||||||
<a href="https://caddyserver.com/docs">Documentation</a> ·
|
<a href="https://caddyserver.com/docs">Documentation</a> ·
|
||||||
<a href="https://forum.caddyserver.com">Community</a>
|
<a href="https://caddy.community">Community</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -126,11 +126,11 @@ How you choose to run Caddy is up to you. Many users are satisfied with `nohup c
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
**[Join our forum](https://forum.caddyserver.com) where you can chat with other Caddy users and developers!**
|
**[Join our forum](https://caddy.community) where you can chat with other Caddy users and developers!**
|
||||||
|
|
||||||
Please see our [contributing guidelines](https://github.com/mholt/caddy/blob/master/CONTRIBUTING.md). If you want to write a plugin, check out the [developer wiki](https://github.com/mholt/caddy/wiki).
|
Please see our [contributing guidelines](https://github.com/mholt/caddy/blob/master/CONTRIBUTING.md). If you want to write a plugin, check out the [developer wiki](https://github.com/mholt/caddy/wiki).
|
||||||
|
|
||||||
We use GitHub issues and pull requests only for discussing bug reports and the development of specific changes. We welcome all other topics on the [forum](https://forum.caddyserver.com)!
|
We use GitHub issues and pull requests only for discussing bug reports and the development of specific changes. We welcome all other topics on the [forum](https://caddy.community)!
|
||||||
|
|
||||||
If you want to contribute to the documentation, please submit pull requests to [caddyserver/website](https://github.com/caddyserver/website).
|
If you want to contribute to the documentation, please submit pull requests to [caddyserver/website](https://github.com/caddyserver/website).
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// By moving the application's package main logic into
|
// By moving the application's package main logic into
|
||||||
// a package other than main, it becomes much easier to
|
// a package other than main, it becomes much easier to
|
||||||
// wrap caddy for custom builds that are go-gettable.
|
// wrap caddy for custom builds that are go-gettable.
|
||||||
// https://forum.caddyserver.com/t/my-wish-for-0-9-go-gettable-custom-builds/59?u=matt
|
// https://caddy.community/t/my-wish-for-0-9-go-gettable-custom-builds/59?u=matt
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
|
|
@ -254,7 +254,7 @@ func groupSiteConfigsByListenAddr(configs []*SiteConfig) (map[string][]*SiteConf
|
||||||
// We would add a special case here so that localhost addresses
|
// We would add a special case here so that localhost addresses
|
||||||
// bind to 127.0.0.1 if conf.ListenHost is not already set, which
|
// bind to 127.0.0.1 if conf.ListenHost is not already set, which
|
||||||
// would prevent outsiders from even connecting; but that was problematic:
|
// would prevent outsiders from even connecting; but that was problematic:
|
||||||
// https://forum.caddyserver.com/t/wildcard-virtual-domains-with-wildcard-roots/221/5?u=matt
|
// https://caddy.community/t/wildcard-virtual-domains-with-wildcard-roots/221/5?u=matt
|
||||||
|
|
||||||
if conf.Addr.Port == "" {
|
if conf.Addr.Port == "" {
|
||||||
conf.Addr.Port = Port
|
conf.Addr.Port = Port
|
||||||
|
|
4
dist/README.txt
vendored
4
dist/README.txt
vendored
|
@ -3,8 +3,8 @@ CADDY 0.10
|
||||||
Website
|
Website
|
||||||
https://caddyserver.com
|
https://caddyserver.com
|
||||||
|
|
||||||
Community
|
Community Forum
|
||||||
https://forum.caddyserver.com
|
https://caddy.community
|
||||||
|
|
||||||
Twitter
|
Twitter
|
||||||
@caddyserver
|
@caddyserver
|
||||||
|
|
Loading…
Reference in a new issue