<?xml version="1.0" encoding="utf-8"?>
    <feed xmlns="http://www.w3.org/2005/Atom">
        
            <title type="text">JeamLee</title>
        

        
            
        
        <updated>2026-05-01T09:19:06Z</updated>

        
            <id>https://hk.137800.xyz</id>
        
        
            <link rel="alternate" type="text/html" href="https://hk.137800.xyz"/>
            <link rel="self" type="application/atom+xml" href="https://hk.137800.xyz/atom.xml"/>
        
        <rights>Copyright © 2026, JeamLee</rights>
        <generator uri="https://go-sonic.org/" version="v1.0.0">Sonic</generator>
        
            
                <entry>
                    <title><![CDATA[部署Rauthy OIDC服务]]></title>
                    <link rel="alternate" type="text/html"
                          href="/archives/bu-shu-rauthyoidc-fu-wu"/>
                    <id>tag:https://hk.137800.xyz,2026-05-01:bu-shu-rauthyoidc-fu-wu</id>
                    <published>2026-05-01T09:19:06Z</published>
                    <updated>2026-05-01T09:19:06Z</updated>
                    <author>
                        <name>jeamlee</name>
                        <uri>https://hk.137800.xyz</uri>
                    </author>
                    <content type="html">
                        
                            <![CDATA[<pre><code class="language-yaml">services:  rauthy:    image: ghcr.io/sebadob/rauthy:latest    container_name: rauthy    networks:      rauthy_net:        ipv4_address: 10.11.1.2    restart: unless-stopped    ports:      - 45800:8080    volumes:      - /etc/localtime:/etc/localtime:ro      - ./config.toml:/app/config.toml      - ./data:/app/data    logging:      driver: json-file      options:        max-size: 10m        max-file: 2networks:  rauthy_net:    ipam:      config:        - subnet: 10.11.1.0/24</code></pre><pre><code class="language-bash">sudo rm -rf data/mkdir data/sudo chmod 0600 config.tomlsudo chmod 0700 datasudo chown -R 10001:10001 config.toml datasudo chmod a+w data/</code></pre><pre><code class="language-toml">[bootstrap]admin_email = &quot;xxxx@523860.xyz&quot;[cluster]node_id = 1nodes = [&quot;1 localhost:8100 localhost:8200&quot;]secret_raft = &quot;c757ea664c9aaa34a80cbc8d9a75168cef40b76bd5f54f6dbe5e9b92218b2de4&quot;secret_api = &quot;c757ea664c9aaa34a80cbc8d9a75168cef40b76bd5f54f6dbe5e9b92218b2de4&quot;wal_ignore_lock = true[email]smtp_url = &quot;mail.xxx.xxx&quot;smtp_port = 465smtp_username = &quot;user-name&quot;smtp_password = &quot;password&quot;smtp_from = &quot;Rauthy &lt;mlinux@523860.xyz&gt;&quot;[encryption]keys = [&quot;975d1f46/dzkkwFa1xwYnb1I00YWn7FeBvhhHgkPttLRiZvwDtLA=&quot;]key_active = &quot;975d1f46&quot;[events]email = &quot;xxxxx@523860.xyz&quot;[server]scheme = &quot;http&quot;pub_url = &quot;rau.pearlau.eu.org&quot;proxy_mode = truetrusted_proxies = [&#39;10.11.1.1/32&#39;][webauthn]rp_id = &quot;rau.pearlau.eu.org&quot;rp_origin = &quot;https://rau.pearlau.eu.org:443&quot;[mfa]admin_force_mfa = false[i18n]filter_lang_common = [&#39;en&#39;, &#39;de&#39;, &#39;zhhans&#39;, &#39;ko&#39;]filter_lang_admin = [&#39;en&#39;, &#39;de&#39;, &#39;zhhans&#39;, &#39;ko&#39;][user_registration]enable = truedomain_restriction = &quot;523860.xyz&quot;</code></pre><pre><code class="language-">rauthy.137800.xyz {  encode  tls {    protocols tls1.3    curves x25519  }  route {    header {      Strict-Transport-Security &quot;max-age=31536000; includeSubDomains; preload&quot;      X-Content-Type-Options nosniff      X-Frame-Options SAMEORIGIN      Referrer-Policy no-referrer-when-downgrade    }    reverse_proxy localhost:45800 {      header_up Host {host}      header_up X-Real-IP {remote}    }  }}</code></pre>]]>
                        
                    </content>
                </entry>
            
                <entry>
                    <title><![CDATA[Hello Sonic]]></title>
                    <link rel="alternate" type="text/html"
                          href="/archives/hello-sonic"/>
                    <id>tag:https://hk.137800.xyz,2026-05-01:hello-sonic</id>
                    <published>2026-05-01T09:11:14Z</published>
                    <updated>2026-05-01T09:11:14Z</updated>
                    <author>
                        <name>jeamlee</name>
                        <uri>https://hk.137800.xyz</uri>
                    </author>
                    <content type="html">
                        
                            <![CDATA[<h2 id="hello-sonic" tabindex="-1">Hello Sonic</h2><p>如果你看到了这一篇文章，那么证明你已经安装成功了，感谢使用 <a href="https://go-sonic.org" target="_blank">Sonic</a> 进行创作，希望能够使用愉快。</p><h2 id="%E7%9B%B8%E5%85%B3%E9%93%BE%E6%8E%A5" tabindex="-1">相关链接</h2><ul><li>官网：<a href="https://github.com/go-sonic" target="_blank">https://github.com/go-sonic</a></li><li>主题仓库：<a href="https://github.com/go-sonic/default-theme-anatole" target="_blank">https://github.com/go-sonic/default-theme-anatole</a></li><li>开源地址：<a href="https://github.com/go-sonic/sonic" target="_blank">https://github.com/go-sonic/sonic</a></li></ul><p>在使用过程中，有任何问题都可以通过以上链接找寻答案，或者联系我们。</p><blockquote><p>这是一篇自动生成的文章，请删除这篇文章之后开始你的创作吧！</p></blockquote>]]>
                        
                    </content>
                </entry>
            
        
    </feed>
