Michael Peter Christen
13e42c2dd2
aded dockerfiles for 32 and 64 bit ARM/Raspberry Pi
4 years ago
Michael Peter Christen
062111a003
improved dockerfiles
...
They do not use git pull to get the latest YaCy code.
Instead they copy from local file system.
4 years ago
Michael Peter Christen
4c920d05b5
removed superfluous lines
4 years ago
Michael Peter Christen
48dd87e1e1
added a dockerignore file
4 years ago
Michael Peter Christen
ca10f0afca
fixed optional default PW
4 years ago
Michael Peter Christen
907f121d0c
do not overwrite PW with random PW
4 years ago
Michael Peter Christen
3e6a1e0a49
fixed surrogate process counter
4 years ago
Michael Peter Christen
88590db91e
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
4 years ago
Michael Peter Christen
d3526c52af
fixed a problem in warc importer: do not fail if single WARC entries are
...
faulty
4 years ago
Michael Peter Christen
256fa3d985
new limitation documentation
...
just replaced two by four
4 years ago
Michael Peter Christen
3078b74e1d
Merge branch 'master' of https://github.com/yacy/yacy_search_server.git
4 years ago
Michael Peter Christen
01cc32217f
fixed apicall call method parameters
...
and verification in transaction manager
which did not have and exception for localhost/basic authentication
4 years ago
Michael Peter Christen
7997836506
fixed lock image
4 years ago
Michael Peter Christen
63f58e4785
enhanced strategy in host browser
...
limit number of fresh hosts in round robin hashes
4 years ago
Michael Peter Christen
9be36800a4
increased redirect depth by one
...
this makes sense if one redirect replaces http with https and another
replaces www subdomain by without (and vice versa)
4 years ago
Michael Peter Christen
d0abb0cedb
enabling all crawl profiles in all network modes
...
also: increased default internet crawl speed to
4 urls/s/host
4 years ago
Michael Peter Christen
32ca669bfb
panic release for #googledown
4 years ago
Michael Peter Christen
baad56d83d
beautified default peer names
4 years ago
Michael Peter Christen
a9befbba5f
Merge branch 'master' of git@github.com:yacy/yacy_search_server.git
4 years ago
Michael Peter Christen
fed8bd6325
automatically refresh css cache when switching skin
...
and setting of default skin to current skin in selector
4 years ago
Michael Peter Christen
9a5694261a
design update
...
more space
4 years ago
Michael Peter Christen
4ec55289a8
using a lock symbol which looks also good in dark designs
4 years ago
Michael Peter Christen
43a9f4f574
updated solr 6.6.6 -> 7.7.3
...
dropped GSA support (GSA API is still in YaCy Grid)
The 6.6.6 solr index works without migration also with 7.7.3
4 years ago
Michael Peter Christen
c0d9a3e9a7
turned HostBrowser into a admin-only page, now called IndexBrowser
...
This was required because spiders and bots crawled through this page and
created load on the peer without use for the user or the YaCy network.
4 years ago
Michael Peter Christen
d359d521a1
fixed warc importer
...
The importer tried to import a gziped files as plain warc.
It will now check the file extension and use a unzip automatically
on-the-fly.
4 years ago
Michael Peter Christen
39f87f7f28
added a hint to the default settings how to set a default password
4 years ago
Michael Peter Christen
e54ab39958
Going back to basic authentication for console/shell commands
...
This does not affect security because:
- it is going to localhost only
- only users who have already access to the pw hash can do this
- no clear text pw is transmitted because that is not stored anywhere
The switch to basic is required because these commands are required
in the context of hosting on root servers and docker containers
where a password change must be done. But the password shell command
was not working without password which made the concept unusable.
This deficit made it virtually impossible for root server operators
to use YaCy because they had been unable to set up a proper password.
4 years ago
Michael Peter Christen
6271e9122c
javadoc fix
4 years ago
Michael Peter Christen
e0f4e3fd9a
enhanced ability to debug the code
4 years ago
Michael Peter Christen
eea2d71851
prevent creation of auth schema factories every time a servlet is called
4 years ago
Michael Peter Christen
fcc9386ed3
enhanced the (already fast!) png exporter
4 years ago
Michael Peter Christen
4e9b425f98
missing fix for latest commit
4 years ago
Michael Peter Christen
3213d9db37
updated jetty from 9.4.17 to 9.4.35
...
and fixed a bug in ServerSideIncludes that appeared only in that recent
version of jetty
4 years ago
Michael Peter Christen
787fec0658
reduced complexity - removed concurrency in sort
4 years ago
Michael Peter Christen
cef5fde343
adding message to UI to make port change transparent
4 years ago
Michael Peter Christen
52228cb6be
added a gc to cleanup process (once every 10 minutes)
4 years ago
Michael Peter Christen
22841ffbf1
creating a threaddump during every cleanup process
...
to be able to find out what a peer did (not) last time before a crash
4 years ago
Michael Peter Christen
36e616271b
do better documentation on how to set a default password
4 years ago
Michael Peter Christen
df2bf9ef28
try to fix maven build error
4 years ago
Michael Peter Christen
264bab6700
trying to fight the UI unavaiability
...
this path addresses a possible issue with too many open connections to
remote peers
4 years ago
Michael Christen
4921771951
Merge pull request #390 from rpodgorny/patch-1
...
typo fix
4 years ago
Radek Podgorny
836953bd5b
typo fix
4 years ago
Michael Peter Christen
7947baeb49
removed all remaining deprecation warnings
4 years ago
Michael Peter Christen
c0f6d6e11d
removed one deprecation warning for jetty library initializing ssl
...
server port
4 years ago
Michael Peter Christen
133440a7a6
some debug lines
4 years ago
Michael Peter Christen
d7b2d82faa
showing MB instead of KB in PerformanceMemory
4 years ago
sgaebel
3431f91db9
removes unused 'unused' tokens
4 years ago
sgaebel
fc03c4b4fe
removes some warning and unused objects
4 years ago
sgaebel
4a495df63a
removes some deprecation-warnings
4 years ago
sgaebel
dd9d4b1188
replace org.junit.Assert.assertThat by
...
org.hamcrest.MatcherAssert.assertThat from hamcrest 2.2 to avoid
deprecation-warning
4 years ago