Initial commit
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.idea
|
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
services:
|
||||||
|
gopher:
|
||||||
|
image: joshkaiju/gophernicus:v1
|
||||||
|
ports:
|
||||||
|
- "70:70"
|
||||||
|
volumes:
|
||||||
|
- ./gopher_content:/var/gopher
|
8
gopher.iml
Normal file
8
gopher.iml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="GENERAL_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||||
|
<exclude-output />
|
||||||
|
<content url="file://$MODULE_DIR$" />
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
1
gopher_content/about.txt
Normal file
1
gopher_content/about.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Hello, it's me
|
1
gopher_content/blog/gophermap
Normal file
1
gopher_content/blog/gophermap
Normal file
@ -0,0 +1 @@
|
|||||||
|
0[2024-11-04] Hello /blog/hello.txt 0
|
1
gopher_content/blog/hello.txt
Normal file
1
gopher_content/blog/hello.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
This is my first blog post!
|
4
gopher_content/gophermap
Normal file
4
gopher_content/gophermap
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
0about about.txt 0
|
||||||
|
|
||||||
|
1blog blog 0
|
||||||
|
Tales about my life
|
Reference in New Issue
Block a user